Skip to content

Commit 9414d1d

Browse files
author
Kent Knox
committed
Added missing header files to the clbench cmakelists file
1 parent 371bff8 commit 9414d1d

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/benchmarks/clsparse-bench/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ set( clsparse.bench.hdr
1616
functions/clfunc_xCG.hpp
1717
functions/clfunc_xBiCGStab.hpp
1818
functions/clfunc_xCoo2Csr.hpp
19+
functions/clfunc_xCsr2Coo.hpp
1920
functions/clfunc_xDense2Csr.hpp
21+
functions/clfunc_xCsr2Dense.hpp
2022
)
2123

2224
include_directories(

0 commit comments

Comments
 (0)