Skip to content

Commit 4c49c77

Browse files
authored
Add rocsparse include (#105)
1 parent df24f4f commit 4c49c77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ if(EXAWIND_ENABLE_ROCM)
2525
find_package(hip REQUIRED)
2626
find_package(rocrand REQUIRED CONFIG)
2727
find_package(rocprim REQUIRED CONFIG)
28+
find_package(rocsparse REQUIRED CONFIG)
2829
find_package(hiprand REQUIRED CONFIG)
2930
endif()
3031

0 commit comments

Comments
 (0)