Skip to content

Commit

Permalink
Disable rocThrust
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Mar 12, 2024
1 parent 758d979 commit 5df25a4
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 5df25a4

Please sign in to comment.