Commit 3527d42
authored
[HIP] Add Kokkos for versions >= 4.2.00 (#214)
It uses whichever CXX/C compiler is passed to the LLVM test suite as
CMAKE_CXX_COMPILER or CMAKE_C_COMPILER to compile kokkos.
The inclusion of kokkos to build and test is enabled via CMake flag
EXTERNAL_HIP_TESTS_KOKKOS=ON.
Version tag can be given via EXTERNAL_HIP_TESTS_KOKKOS_TAG to specify
the specific tag that the system should use to download, build, and test.
If not specified otherwise the version will default to 4.5.01 (currently
most recent version available).1 parent 589a966 commit 3527d42
1 file changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
1 | 3 | | |
2 | 4 | | |
3 | 5 | | |
| |||
121 | 123 | | |
122 | 124 | | |
123 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
124 | 147 | | |
125 | 148 | | |
126 | 149 | | |
| |||
0 commit comments