MobileNet operators
Context
close #5 (closed)
Complete the missing cuda operators' backends to run a MobileNetV2 inference:
- BatchNorm
- Reshape
- Add
- GlobalAveragePooling
- Pad
- ConvDepthWise
Modified files
-
BatchNormImpl.hpp
,BatchNormImpl.cpp
andTest_BatchNormImpl.cpp
, add BatchNorm cuda Impl; -
ReshapeImpl.hpp
,ReshapeImpl.cpp
andTest_ReshapeImpl.cpp
, add Reshape cuda Impl; -
AddImpl.hpp
,AddImpl.cpp
andTest_AddImpl.cpp
, add Add cuda Impl; -
GlobalAveragePoolingImpl.hpp
,GlobalAveragePoolingImpl.cpp
andTest_GlobalAveragePoolingImpl.cpp
, add GlobalAveragePooling cuda Impl; -
PadImpl.hpp
,PadImpl.cpp
andTest_PadImpl.cpp
, add Pad cuda Impl; -
ConvImpl.hpp
,ConvImpl.cpp
andTest_ConvDepthWiseImpl.cpp
, add ConvDepthWise cuda Impl;
TODO
-
DONE : Add "BatchNorm" Impl -
DONE : Add "Reshape" Impl -
DONE : Add "Add" Impl -
DONE : Add "GlobalAveragePooling" Impl -
DONE : Add "Pad" Impl -
DONE : Add "ConvDepthWise" Impl
Edited by Maxence Naud
Merge request reports
Activity
Filter activity
added 2 commits
mentioned in epic &2
added 5 commits
-
01340ecd...1af4d7d4 - 2 commits from branch
eclipse/aidge:main
- 4a03726d - Reverted erroneous change: please read the comment and CuDNN doc!
- e8564e81 - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into mobilenet_operators
- c41f8643 - minor cleanings
Toggle commit list-
01340ecd...1af4d7d4 - 2 commits from branch
mentioned in issue #5 (closed)
added 21 commits
-
c41f8643...d8427a1b - 8 commits from branch
eclipse/aidge:main
- d8427a1b...1e582ba0 - 3 earlier commits
- 6cbb61b3 - Merge branch 'dev' into forwarddims
- e510de2f - Changed artifact location
- bdca4ec3 - Merge remote-tracking branch 'origin/dev' into forwarddims
- 517de61b - Merge branch 'forwarddims' into 'dev'
- d3642bc9 - Show cuda version during compilation.
- 7f92f2f6 - Add showCudaVersion method.
- 820589d2 - Add cuda compiler version in showCudaVersion.
- 0e36e66d - Merge branch 'cuda-version' into 'dev'
- f4b97a42 - Merge branch 'dev' of https://gitlab.eclipse.org/eclipse/aidge/aidge_backend_cuda into dev
- 248eaf8a - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into mobilenet_operators
Toggle commit list-
c41f8643...d8427a1b - 8 commits from branch
added 1 commit
- 79ad2e0e - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into mobilenet_operators
added 1 commit
- 79ad2e0e - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into mobilenet_operators
added 1 commit
- 79ad2e0e - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into mobilenet_operators
added 1 commit
- 79ad2e0e - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into mobilenet_operators
added 1 commit
- 0731dc13 - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into mobilenet_operators
added 1 commit
- 294d2625 - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into mobilenet_operators
added 1 commit
- 75fed49a - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into mobilenet_operators
Please register or sign in to reply