Skip to content
Snippets Groups Projects
Commit a0837f43 authored by Lukas Cejka's avatar Lukas Cejka Committed by Tomáš Oberhuber
Browse files

Removed commented out getType test call, as the test is not implemented in...

Removed commented out getType test call, as the test is not implemented in such a way to test all formats.
parent cdb171fe
No related branches found
No related tags found
1 merge request!45Matrices revision
......@@ -22,20 +22,6 @@ using CSR_host_int = TNL::Matrices::CSR< int, TNL::Devices::Host, int >;
using CSR_cuda_float = TNL::Matrices::CSR< float, TNL::Devices::Cuda, int >;
using CSR_cuda_int = TNL::Matrices::CSR< int, TNL::Devices::Cuda, int >;
//// test_getType is not general enough yet. DO NOT TEST IT YET.
//TEST( SparseMatrixTest, CSR_GetTypeTest_Host )
//{
// host_test_GetType< CSR_host_float, CSR_host_int >();
//}
//
//#ifdef HAVE_CUDA
//TEST( SparseMatrixTest, CSR_GetTypeTest_Cuda )
//{
// cuda_test_GetType< CSR_cuda_float, CSR_cuda_int >();
//}
//#endif
TEST( SparseMatrixTest, CSR_perforSORIterationTest_Host )
{
test_PerformSORIteration< CSR_host_float >();
......
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