Commits on Source (6)
-
6d65193f
-
Chris Cantwell authored
Implement CUDA BwdTrans sum-factorization kernels See merge request !11
3bb37410 -
a75e34d1
-
Chris Cantwell authored
Fix merge error Closes #4 See merge request !15
9464fb51 -
Chris Cantwell authoredaa726bd2
-
Thibault Lestang authored
Fix memory leak with Field objects not being deleted. See merge request !16
04b93e55
Showing
- .gitignore 1 addition, 0 deletions.gitignore
- CMakeLists.txt 4 additions, 0 deletionsCMakeLists.txt
- MemoryRegionCUDA.hpp 1 addition, 1 deletionMemoryRegionCUDA.hpp
- Operators/BwdTrans/BwdTransCUDA.hpp 314 additions, 4 deletionsOperators/BwdTrans/BwdTransCUDA.hpp
- Operators/BwdTrans/BwdTransCUDAKernels.cuh 943 additions, 0 deletionsOperators/BwdTrans/BwdTransCUDAKernels.cuh
- Operators/BwdTrans/BwdTransStdMat.hpp 17 additions, 12 deletionsOperators/BwdTrans/BwdTransStdMat.hpp
- Operators/Operator.hpp 0 additions, 3 deletionsOperators/Operator.hpp
- Operators/OperatorHelper.cuh 54 additions, 0 deletionsOperators/OperatorHelper.cuh
- cube_all_elements.xml 37 additions, 0 deletionscube_all_elements.xml
- main.cpp 158 additions, 99 deletionsmain.cpp
- segment.xml 44 additions, 0 deletionssegment.xml
- square2.xml 0 additions, 41 deletionssquare2.xml
- square_all_elements.xml 63 additions, 0 deletionssquare_all_elements.xml
- tests/CMakeLists.txt 17 additions, 2 deletionstests/CMakeLists.txt
- tests/init_fields.hpp 38 additions, 15 deletionstests/init_fields.hpp
- tests/test_bwdtrans.cpp 15 additions, 15 deletionstests/test_bwdtrans.cpp
- tests/test_bwdtranscuda.cpp 68 additions, 0 deletionstests/test_bwdtranscuda.cpp
- tests/test_ipwrtbase.cpp 8 additions, 10 deletionstests/test_ipwrtbase.cpp
Operators/BwdTrans/BwdTransCUDAKernels.cuh
0 → 100644
This diff is collapsed.
Operators/OperatorHelper.cuh
0 → 100644
cube_all_elements.xml
0 → 100644
segment.xml
0 → 100644
square2.xml
deleted
100644 → 0
square_all_elements.xml
0 → 100644
tests/test_bwdtranscuda.cpp
0 → 100644