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
5c979c8eb02a6a424986264b453d96b6d2c9dd26
Select Git revision
Branches
15
OptimizeSub
WinCI
add_abs
allowNoInputProducer
batchnorm_flag
betterpip
bitshift_op
bn_flag
dev
protected
feat_formatting
fix
main
default
protected
old_scaling
scaling
stable
Tags
11
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
26 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
5
Dec
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
add the backend of the Scaling node
base setup for scaling branch
Merge branch 'accumulate' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into accumulate
move every node with a backward in gradient accumulation mode
add the alpha and beta for the Padding operator
accumulate the gradients instead of replacing them (done for several nodes but not all)
add sqrt cuda backend
add the backend of the Scaling node
base setup for scaling branch
move every node with a backward in gradient accumulation mode
Merge branch 'update_dev' into 'dev'
Update SqrtImpl.hph, getAvailableImplSpecs return type back to vector
chore : bump version.txt to 0.3.2
fix : auditwheel repair re enabled and added --exclude flag on all cuda libraries
chore : cleaned up before-build & before-test commands
reset retruned type getAvailableImplSpecs
feat : replaced pkg installs built from source in test section by install from pypi
chre : upd ci files ref
chore : trigger CI
chore : upd ci files ref
chore : added another path to ignore to cibuidwheel path
fix : pip do not packs cuda* .so files in .whl, aidge_backend_cuda pkg wieghs now ~2Mo max
chore : added default values to cmake options
Merge branch 'fix_cuda_wheel_too_big' into 'main'
v0.3.2
v0.3.2
Merge branch 'bn_flag_redo' into 'dev'
Add the training mode for the BatchNorm operator
chore : bump version.txt to 0.3.2
fix : auditwheel repair re enabled and added --exclude flag on all cuda libraries
chore : cleaned up before-build & before-test commands
re-add the old scaling operator
old_scaling
old_scaling
Merge branch 'bn_flag' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into bn_flag
bn_flag
bn_flag
add the training mode for the BatchNorm forward routine
[Add] Round Operator Cuda Backend
[Add] Clip Operator CUDA backend
Corrected gradient which should be accumulating
Added LRN operator
add OperatorImpl helper
Fix issue eclipse/aidge/aidge_core#196
Remove input_nbr attribute for Add operator
getAvailableImplSpecs now return a vector for binding purposes.
Loading