[Fix] update backend cuda
Context
This MR is dedicated to handle two updates:
-
getAvailableImplSpecsnow returnsstd::vector<ImplSpec>instead ofstd::set<ImplSpec>. -
Addsupports only 2 inputs
Modified files
-
Test_AddImpl.cpp, UpdateAddunit tests to handle only 2 inputs; - All Operators Impls headers, update
getAvailableImplSpecsreturned type;
TODO
-
getAvailableImplSpecsFix -
Addtests Fix