Add test_rocsparseSolver

This commit is contained in:
Tong Dong Qiu
2023-04-06 13:14:19 +02:00
parent 91a3e238ce
commit 11ea024fbe
2 changed files with 220 additions and 0 deletions
+3
View File
@@ -229,6 +229,9 @@ endif()
if(ROCALUTION_FOUND)
list(APPEND TEST_SOURCE_FILES tests/test_rocalutionSolver.cpp)
endif()
if(rocsparse_FOUND AND rocblas_FOUND)
list(APPEND TEST_SOURCE_FILES tests/test_rocsparseSolver.cpp)
endif()
if(HDF5_FOUND)
list(APPEND TEST_SOURCE_FILES tests/test_HDF5File.cpp)
list(APPEND TEST_SOURCE_FILES tests/test_HDF5Serializer.cpp)