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 518d350 commit 0108935Copy full SHA for 0108935
Tests/SpackSmokeTest/CMakeLists.txt
@@ -33,6 +33,10 @@ elseif(AMReX_GPU_BACKEND STREQUAL "HIP")
33
find_package(rocrand REQUIRED CONFIG)
34
find_package(rocprim REQUIRED CONFIG)
35
find_package(hiprand REQUIRED CONFIG)
36
+ find_package(rocsparse REQUIRED CONFIG)
37
+
38
+elseif (AMReX_GPU_BACKEND STREQUAL "SYCL")
39
+ find_package(AMReX REQUIRED SYCL)
40
41
else()
42
# Use installed version of AMReX
0 commit comments