Skip to content

Commit b9d291b

Browse files
authored
Merge pull request #244 from masterleinad/github_ci_install_rocthrust
GitHub CI: Don't use rocThrust in HIP builds
2 parents 758d979 + 5df25a4 commit b9d291b

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

kokkos.presets.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,10 @@
3131
"name" : "ROCm",
3232
"inherits" : "default",
3333
"cacheVariables" : {
34-
"Kokkos_ENABLE_HIP" : "ON",
35-
"Kokkos_ARCH_VEGA906" : "ON",
36-
"CMAKE_CXX_COMPILER" : "hipcc"
34+
"Kokkos_ENABLE_HIP" : "ON",
35+
"Kokkos_ENABLE_ROCTHRUST" : "OFF",
36+
"Kokkos_ARCH_VEGA906" : "ON",
37+
"CMAKE_CXX_COMPILER" : "hipcc"
3738
}
3839
}
3940
],

0 commit comments

Comments
 (0)