There was an error fetching the commit references. Please try again later.
Removed VectorOperations class which is now useless
It contained only methods for prefixSum and segmentedPrefixSum, which were identical for Host and Cuda, so they can be easily implemented directly in Vector and VectorView.
parent
1777e488
No related branches found
No related tags found
Showing
- src/Benchmarks/BLAS/CommonVectorOperations.h 0 additions, 2 deletionssrc/Benchmarks/BLAS/CommonVectorOperations.h
- src/Benchmarks/BLAS/CommonVectorOperations.hpp 0 additions, 1 deletionsrc/Benchmarks/BLAS/CommonVectorOperations.hpp
- src/TNL/Containers/Algorithms/PrefixSum.h 7 additions, 4 deletionssrc/TNL/Containers/Algorithms/PrefixSum.h
- src/TNL/Containers/Algorithms/PrefixSumType.h 0 additions, 24 deletionssrc/TNL/Containers/Algorithms/PrefixSumType.h
- src/TNL/Containers/Algorithms/VectorAssignment.h 0 additions, 1 deletionsrc/TNL/Containers/Algorithms/VectorAssignment.h
- src/TNL/Containers/Algorithms/VectorOperations.h 0 additions, 64 deletionssrc/TNL/Containers/Algorithms/VectorOperations.h
- src/TNL/Containers/Algorithms/VectorOperationsCuda_impl.h 0 additions, 58 deletionssrc/TNL/Containers/Algorithms/VectorOperationsCuda_impl.h
- src/TNL/Containers/Algorithms/VectorOperationsHost_impl.h 0 additions, 55 deletionssrc/TNL/Containers/Algorithms/VectorOperationsHost_impl.h
- src/TNL/Containers/Vector.hpp 8 additions, 2 deletionssrc/TNL/Containers/Vector.hpp
- src/TNL/Containers/VectorView.h 1 addition, 1 deletionsrc/TNL/Containers/VectorView.h
- src/TNL/Containers/VectorView.hpp 8 additions, 4 deletionssrc/TNL/Containers/VectorView.hpp
- src/UnitTests/Containers/VectorBinaryOperationsTest.h 0 additions, 1 deletionsrc/UnitTests/Containers/VectorBinaryOperationsTest.h
- src/UnitTests/Containers/VectorEvaluateAndReduceTest.h 0 additions, 1 deletionsrc/UnitTests/Containers/VectorEvaluateAndReduceTest.h
- src/UnitTests/Containers/VectorPrefixSumTest.h 14 additions, 16 deletionssrc/UnitTests/Containers/VectorPrefixSumTest.h
- src/UnitTests/Containers/VectorTestSetup.h 0 additions, 4 deletionssrc/UnitTests/Containers/VectorTestSetup.h
- src/UnitTests/Containers/VectorUnaryOperationsTest.h 0 additions, 1 deletionsrc/UnitTests/Containers/VectorUnaryOperationsTest.h
- src/UnitTests/Containers/VectorVerticalOperationsTest.h 0 additions, 1 deletionsrc/UnitTests/Containers/VectorVerticalOperationsTest.h
Loading
Please register or sign in to comment