Skip to content

Commit 0108935

Browse files
authored
Spack Smoke Test: Fix HIP and Add SYCL (#4521)
1 parent 518d350 commit 0108935

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Tests/SpackSmokeTest/CMakeLists.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ elseif(AMReX_GPU_BACKEND STREQUAL "HIP")
3333
find_package(rocrand REQUIRED CONFIG)
3434
find_package(rocprim REQUIRED CONFIG)
3535
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)
3640

3741
else()
3842
# Use installed version of AMReX

0 commit comments

Comments
 (0)