Skip to content

Commit

Permalink
recover the test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
rhdong committed Jun 29, 2024
1 parent 561573a commit 6398efa
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions cpp/test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,24 @@ if(BUILD_TESTS)
NAME
SPARSE_TEST
PATH
sparse/add.cu
sparse/convert_coo.cu
sparse/convert_csr.cu
sparse/csr_row_slice.cu
sparse/csr_to_dense.cu
sparse/csr_transpose.cu
sparse/degree.cu
sparse/filter.cu
sparse/norm.cu
sparse/normalize.cu
sparse/reduce.cu
sparse/row_op.cu
sparse/sddmm.cu
sparse/select_k_csr.cu
sparse/sort.cu
sparse/spgemmi.cu
sparse/spmm.cu
sparse/symmetrize.cu
)

ConfigureTest(
Expand Down

0 comments on commit 6398efa

Please sign in to comment.