Commit 54f7483
Fix ROCm build failures by configuring CMAKE_PREFIX_PATH and hip_DIR
- Add CMAKE_PREFIX_PATH configuration for ROCM_PATH before finding Kokkos
- Set hip_DIR hint when ROCM_PATH is defined to help find_package(hip)
- Add ROCM_PATH environment variable to CI workflow for ROCm builds
- Fixes hip_DIR not found errors when Kokkos is built with HIP support
Co-authored-by: vlkale <11766050+vlkale@users.noreply.github.com>1 parent 23c8538 commit 54f7483
2 files changed
+16
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
35 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
53 | 68 | | |
54 | 69 | | |
55 | 70 | | |
| |||
0 commit comments