Skip to content

Commit

Permalink
Merge pull request kokkos#244 from masterleinad/github_ci_install_roc…
Browse files Browse the repository at this point in the history
…thrust

GitHub CI: Don't use rocThrust in HIP builds
  • Loading branch information
dalg24 authored Mar 28, 2024
2 parents 758d979 + 5df25a4 commit b9d291b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions kokkos.presets.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,10 @@
"name" : "ROCm",
"inherits" : "default",
"cacheVariables" : {
"Kokkos_ENABLE_HIP" : "ON",
"Kokkos_ARCH_VEGA906" : "ON",
"CMAKE_CXX_COMPILER" : "hipcc"
"Kokkos_ENABLE_HIP" : "ON",
"Kokkos_ENABLE_ROCTHRUST" : "OFF",
"Kokkos_ARCH_VEGA906" : "ON",
"CMAKE_CXX_COMPILER" : "hipcc"
}
}
],
Expand Down

0 comments on commit b9d291b

Please sign in to comment.