Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
aidge_backend_cpu_ll
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
Lucas Lopez
aidge_backend_cpu_ll
Graph
Additional_implementations
Select Git revision
Branches
20
5-arithmetic-operator-optimization
Additional_implementations
add_clipping_node
arithmetic_op_optimization
chore_move_broadcasting_to_core
convert
dev
feat/DataTypes
feat/ImprovedBuild
feat/RefGetImpl
feat/SplitConv
feat/TensorCopy
feat/operator_constantofshape
feat_enhance_operator_resize_support
feat_formatting
fix
fix_globalavgpool
fix_multiple-small-fixes
learning
main
default
protected
Tags
7
v0.3.1
v0.3.0
v0.2.3
v0.2.2
v0.2.1
v0.2.0
v0.1.0
27 results
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
20
Feb
17
10
31
Jan
21
15
14
9
Dec
6
5
2
29
Nov
27
26
25
22
19
18
15
13
8
7
6
4
25
Oct
23
22
21
20
19
11
30
Sep
27
26
25
24
23
20
18
16
15
12
11
10
9
4
3
2
30
Aug
29
27
26
22
13
9
1
31
Jul
26
18
16
8
5
4
3
1
30
Jun
28
27
26
24
21
20
19
18
17
14
12
10
6
5
4
3
30
May
28
24
23
21
17
16
14
7
6
3
2
21
Apr
19
16
11
10
9
5
4
2
1
30
Mar
29
28
27
26
25
24
22
20
18
15
14
13
11
8
6
5
4
2
27
Feb
26
23
20
19
18
16
15
14
13
12
9
8
7
6
5
2
1
31
Jan
30
26
25
24
23
18
16
15
12
11
10
8
5
4
21
Dec
20
18
14
13
12
11
10
9
8
7
6
5
4
3
1
30
Nov
29
28
Merge branch 'fix_operators' into 'dev'
dev
dev
remove unnecessary header in Equal tests
separate fwdDims tests section from fwd section
add ceil_mode tests for Avg and Max Pooling
handle ceil_mode in pooling kernels
add dilations and cielmode to AvgPooling
add dilations to maxpool
fix And operator
add Equal operator
Added /bigobj for unit tests on Windows
Merge branch 'div-backward' into 'dev'
Implement backward function for Div operator
Add back MR https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cpu/-/merge_requests/131.
Merge branch 'dev' into 'main'
main
main
update version 0.4.1 -> 0.5.0
FEAT: Add Heaviside implementation for CPU backend.
Remove include of cpu.hpp from Test_CastMove.cpp
UPD: only include what is used in Test files
FEAT: unit-tests/CMakeLists.txt add minimum version for Catch2
UPD: 'setup.py' to access compilation options from environment variables set by 'setup.sh'
Change Python minimum version 3.7 -> 3.8
Enforce C++-14 in 'CMakeLists.txt'
chore : cleanup headers in test to avoid windows compiler error : "Fatal Error C1128"
feat : added Expand operator
Remove 'iostream' include from 'Test_MulImpl.cpp'
chore: Improve and test Mul Backward kernel
UPD: try test using 'Log::log()' instead of 'Tensor::print()' with Test_AddImpl.cpp
ADD: fmt as private library
UPD: change log::info of some tests to the new format
Change 'weightInterLeaving' for 'weightInterLeaved'
Make includes right and remove 'iostream' for some more tests
Change REQUIRED for QUIET in option of Catch2 for tests as it is downloaded if not found
ENHANCE: allow to use local install of Catch2 library or download latest available
UPD: test includes
Added more tests
remove registry for int4 uint4 convImpl
Add test for applyweightInterleaving recipe
Update implementation kernels for new lowbit integer datatypes
Add convolution registrar entry for int4 without implementation - Need for generate scheduling
Add WeightInterleaving Operator CPU Implementation
Loading