We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c82202 commit a1dc1baCopy full SHA for a1dc1ba
test/gtest/CMakeLists.txt
@@ -15,9 +15,11 @@ elseif(ENABLE_ROCSPARSE)
15
# general one is handle in another pr
16
set_source_files_properties(rocsparse/spmv_test.cpp PROPERTIES LANGUAGE HIP)
17
set_source_files_properties(rocsparse/spgemm_test.cpp PROPERTIES LANGUAGE HIP)
18
+ set_source_files_properties(rocsparse/spgemm_4args_test.cpp PROPERTIES LANGUAGE HIP)
19
add_executable(spblas-tests
20
rocsparse/spmv_test.cpp
- rocsparse/spgemm_test.cpp)
21
+ rocsparse/spgemm_test.cpp
22
+ rocsparse/spgemm_4args_test.cpp)
23
endif()
24
25
target_link_libraries(spblas-tests spblas fmt GTest::gtest_main)
0 commit comments