There was an error fetching the commit references. Please try again later.
Removed volatile reduction from PrefixSum and updated the normal reduction operation
Same changes as for the regular Reduction operation...
parent
27631930
No related branches found
No related tags found
Showing
- src/TNL/Containers/Algorithms/CudaPrefixSumKernel.h 37 additions, 44 deletionssrc/TNL/Containers/Algorithms/CudaPrefixSumKernel.h
- src/TNL/Containers/Algorithms/PrefixSum.h 8 additions, 18 deletionssrc/TNL/Containers/Algorithms/PrefixSum.h
- src/TNL/Containers/Algorithms/PrefixSum.hpp 16 additions, 26 deletionssrc/TNL/Containers/Algorithms/PrefixSum.hpp
- src/TNL/Containers/Vector.hpp 2 additions, 8 deletionssrc/TNL/Containers/Vector.hpp
- src/TNL/Containers/VectorView.hpp 2 additions, 8 deletionssrc/TNL/Containers/VectorView.hpp
- src/UnitTests/Containers/VectorPrefixSumTest.h 6 additions, 6 deletionssrc/UnitTests/Containers/VectorPrefixSumTest.h
Loading
Please register or sign in to comment