Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_backend_cuda
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Eclipse Projects
aidge
aidge_backend_cuda
Graph
fix
Select Git revision
Branches
16
OptimizeSub
WinCI
add_abs
allowNoInputProducer
batchnorm_flag
betterpip
bitshift_op
bn_flag
dev
protected
enhance_resize
feat_formatting
fix
main
default
protected
old_scaling
scaling
stable
Tags
13
v0.6.1
v0.6.0
v0.5.1
v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.2.0
v0.1.0
v0.0.1
29 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
10
Jun
18
May
15
7
6
5
29
Apr
26
25
24
23
22
16
15
14
10
9
28
Mar
16
3
20
Feb
31
Jan
28
23
17
10
2
13
Dec
12
11
10
6
5
2
29
Nov
27
26
25
20
19
14
12
8
7
6
31
Oct
29
28
20
15
8
7
1
27
Sep
26
25
18
12
10
6
5
4
3
27
Aug
22
21
16
15
14
13
12
6
5
1
31
Jul
24
8
5
4
3
2
1
30
Jun
28
27
25
24
21
20
19
18
17
14
13
12
11
10
5
4
3
31
May
30
29
15
14
13
2
30
Apr
22
21
18
16
11
9
4
3
2
29
Mar
28
27
26
22
21
19
14
8
28
Feb
19
12
7
6
5
2
1
24
Jan
15
5
4
14
Dec
11
10
9
8
7
5
4
7
Nov
23
Oct
20
17
13
5
4
3
21
Sep
20
18
14
13
11
refactor resize's interpolation functions
enhance_resize
enhance_resize
add Resize operator
Version 0.6.0 -> 0.6.1
v0.6.1 dev main
v0.6.1 dev main
Fix rounding
Removed wrong assertations
showCudaVersion now use fmt print instead of Log::info.
Fix documentation link.
Added missing BitShift include
Missing changes
Added BitShift
Removed empty backward()
Replaced cudaMalloc with thrust::device_vector
Specify which manylinux 2.28 docker to use, avoiding differences between CI and local.
v0.6.0
v0.6.0
Remove need for sudo in the CI by setting ownership inside of CIBW docker.
Add back sudo in gitlabci.
Update cuda 12.4 -> 12.8
Remove sudo from gitlabci.
Add installation of gcc 13.
Update search path.
Use CUDNN image to test backend cuda.
Update path for new runner.
Update CIBW.
Add option -DPYBIND11_FINDPYTHON=ON.
Update minimum version to python 3.10
Update 0.5.1 -> 0.6.0
Add Alpha and Beta in Backward method
add: function to get inference time and output of some GraphView
edit: TensorImpl: gave up original approach to use class partial
edit: TensorImpl: try to fix template ?
edit: ILayerNorm: fixed test
edit: TensorImpl.{hpp,cu}: Fixed template in the general case
Update TensorImpl.hpp add include for type_traits
edit: ILayerNormImpl: fixed type possible overflow warning
fix: TensorImpl: Enable if on return type instead of parameter
Added missing guards for multi-GPU
Make device selection effective
Corrected Pad fix
Fixed wrong padding
Update Pybind 2.10.4 -> 2.13.6
Fixed Reshape test
Loading