Add MSE missing operators
All threads resolved!
All threads resolved!
Context
In order to use MSE with backend cuda
, the following operators need to be supported:
- Mul
- ReduceMean
- Pow
Solves #20 (closed)
Modified files
-
MulImpl.hpp
,MulImpl.cpp
andTest_MulImpl.cpp
, add Mul forward() and backward(); -
ReduceMeanImpl.hpp
,ReduceMeanImpl.cpp
andTest_ReduceMeanImpl.cpp
, add ReduceMean forward() and backward(); -
PowImpl.hpp
,PowImpl.cpp
andTest_PowImpl.cpp
, add Pow forward() and backward();
TODO
-
Mul forwad -
Mul backward -
ReduceMean forward -
ReduceMean backward -
Pow forward
Edited by Houssem ROUIS
Merge request reports
Activity
Filter activity
added 14 commits
-
53994e63...fce6f222 - 11 commits from branch
eclipse/aidge:dev
- 75ca8a55 - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into Add_MSE_support
- bd432f70 - update ReduceMean attr acces
- 84c33fc2 - support tensors with less than 4d in arithmetic operators
Toggle commit list-
53994e63...fce6f222 - 11 commits from branch
added 2 commits
- Resolved by Houssem ROUIS
added 9 commits
-
befa7997...7dbc0383 - 7 commits from branch
eclipse/aidge:dev
- 3de76ae1 - fix Mul forward
- 012ec815 - Merge branch 'dev' of gitlab.eclipse.org:eclipse/aidge/aidge_backend_cuda into Add_MSE_support
-
befa7997...7dbc0383 - 7 commits from branch
requested review from @olivierbichler
assigned to @hrouis
Replaced by !33 (merged)
Please register or sign in to reply