Skip to content

Commit a1dc1ba

Browse files
committed
add rocsparse spgemm with 4 args test
1 parent 8c82202 commit a1dc1ba

File tree

2 files changed

+424
-1
lines changed

2 files changed

+424
-1
lines changed

test/gtest/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,11 @@ elseif(ENABLE_ROCSPARSE)
1515
# general one is handle in another pr
1616
set_source_files_properties(rocsparse/spmv_test.cpp PROPERTIES LANGUAGE HIP)
1717
set_source_files_properties(rocsparse/spgemm_test.cpp PROPERTIES LANGUAGE HIP)
18+
set_source_files_properties(rocsparse/spgemm_4args_test.cpp PROPERTIES LANGUAGE HIP)
1819
add_executable(spblas-tests
1920
rocsparse/spmv_test.cpp
20-
rocsparse/spgemm_test.cpp)
21+
rocsparse/spgemm_test.cpp
22+
rocsparse/spgemm_4args_test.cpp)
2123
endif()
2224

2325
target_link_libraries(spblas-tests spblas fmt GTest::gtest_main)

0 commit comments

Comments
 (0)