Commits on Source (6)
-
Pavol Margitfalvi authored427f3cc5
-
Pavol Margitfalvi authored06a2426b
-
Chris Cantwell authored
fix Field move assignment ctor See merge request !7
799140d0 -
Chris Cantwell authored
remove unnecessary std::move from Operator ctors See merge request !6
650da278 -
Thibault Lestang authoredc414c2cf
-
Thibault Lestang authored
Add unit test for BwdTrans operator See merge request !4
eb03cdc8
Showing
- CMakeLists.txt 4 additions, 0 deletionsCMakeLists.txt
- Field.hpp 1 addition, 0 deletionsField.hpp
- Operators/BwdTrans/BwdTransCUDA.hpp 3 additions, 3 deletionsOperators/BwdTrans/BwdTransCUDA.hpp
- Operators/BwdTrans/BwdTransMatFree.hpp 4 additions, 4 deletionsOperators/BwdTrans/BwdTransMatFree.hpp
- Operators/BwdTrans/BwdTransStdMat.hpp 4 additions, 4 deletionsOperators/BwdTrans/BwdTransStdMat.hpp
- Operators/BwdTrans/BwdTransSumFac.hpp 4 additions, 4 deletionsOperators/BwdTrans/BwdTransSumFac.hpp
- Operators/Operator.hpp 6 additions, 7 deletionsOperators/Operator.hpp
- Operators/OperatorBwdTrans.hpp 4 additions, 5 deletionsOperators/OperatorBwdTrans.hpp
- tests/CMakeLists.txt 23 additions, 0 deletionstests/CMakeLists.txt
- tests/init_fields.hpp 79 additions, 0 deletionstests/init_fields.hpp
- tests/test_bwdtrans.cpp 47 additions, 0 deletionstests/test_bwdtrans.cpp
tests/CMakeLists.txt
0 → 100644
tests/init_fields.hpp
0 → 100644
tests/test_bwdtrans.cpp
0 → 100644