Skip to content
Snippets Groups Projects
Commit c22a969b authored by Jakub Klinkovský's avatar Jakub Klinkovský Committed by Tomáš Oberhuber
Browse files

Removed unnecessary/duplicate types from the instantiations of SegmentsTest

parent ae8ee53e
No related branches found
No related tags found
1 merge request!48Segments
......@@ -27,19 +27,11 @@ protected:
// types for which MatrixTest is instantiated
using CSRSegmentsTypes = ::testing::Types
<
TNL::Containers::Segments::CSR< TNL::Devices::Host, int >,
TNL::Containers::Segments::CSR< TNL::Devices::Host, long >,
TNL::Containers::Segments::CSR< TNL::Devices::Host, int >,
TNL::Containers::Segments::CSR< TNL::Devices::Host, long >,
TNL::Containers::Segments::CSR< TNL::Devices::Host, int >,
TNL::Containers::Segments::CSR< TNL::Devices::Host, long >
#ifdef HAVE_CUDA
,TNL::Containers::Segments::CSR< TNL::Devices::Cuda, int >,
TNL::Containers::Segments::CSR< TNL::Devices::Cuda, long >,
TNL::Containers::Segments::CSR< TNL::Devices::Cuda, int >,
TNL::Containers::Segments::CSR< TNL::Devices::Cuda, long >,
TNL::Containers::Segments::CSR< TNL::Devices::Cuda, int >,
TNL::Containers::Segments::CSR< TNL::Devices::Cuda, long >,
TNL::Containers::Segments::CSR< TNL::Devices::Cuda, long >
#endif
>;
......
......@@ -27,19 +27,11 @@ protected:
// types for which MatrixTest is instantiated
using EllpackSegmentsTypes = ::testing::Types
<
TNL::Containers::Segments::Ellpack< TNL::Devices::Host, int >,
TNL::Containers::Segments::Ellpack< TNL::Devices::Host, long >,
TNL::Containers::Segments::Ellpack< TNL::Devices::Host, int >,
TNL::Containers::Segments::Ellpack< TNL::Devices::Host, long >,
TNL::Containers::Segments::Ellpack< TNL::Devices::Host, int >,
TNL::Containers::Segments::Ellpack< TNL::Devices::Host, long >
#ifdef HAVE_CUDA
,TNL::Containers::Segments::Ellpack< TNL::Devices::Cuda, int >,
TNL::Containers::Segments::Ellpack< TNL::Devices::Cuda, long >,
TNL::Containers::Segments::Ellpack< TNL::Devices::Cuda, int >,
TNL::Containers::Segments::Ellpack< TNL::Devices::Cuda, long >,
TNL::Containers::Segments::Ellpack< TNL::Devices::Cuda, int >,
TNL::Containers::Segments::Ellpack< TNL::Devices::Cuda, long >,
TNL::Containers::Segments::Ellpack< TNL::Devices::Cuda, long >
#endif
>;
......
......@@ -27,19 +27,11 @@ protected:
// types for which MatrixTest is instantiated
using SlicedEllpackSegmentsTypes = ::testing::Types
<
TNL::Containers::Segments::SlicedEllpack< TNL::Devices::Host, int >,
TNL::Containers::Segments::SlicedEllpack< TNL::Devices::Host, long >,
TNL::Containers::Segments::SlicedEllpack< TNL::Devices::Host, int >,
TNL::Containers::Segments::SlicedEllpack< TNL::Devices::Host, long >,
TNL::Containers::Segments::SlicedEllpack< TNL::Devices::Host, int >,
TNL::Containers::Segments::SlicedEllpack< TNL::Devices::Host, long >
#ifdef HAVE_CUDA
,TNL::Containers::Segments::SlicedEllpack< TNL::Devices::Cuda, int >,
TNL::Containers::Segments::SlicedEllpack< TNL::Devices::Cuda, long >,
TNL::Containers::Segments::SlicedEllpack< TNL::Devices::Cuda, int >,
TNL::Containers::Segments::SlicedEllpack< TNL::Devices::Cuda, long >,
TNL::Containers::Segments::SlicedEllpack< TNL::Devices::Cuda, int >,
TNL::Containers::Segments::SlicedEllpack< TNL::Devices::Cuda, long >,
TNL::Containers::Segments::SlicedEllpack< TNL::Devices::Cuda, long >
#endif
>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment