We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c76d90b commit 31f2c0eCopy full SHA for 31f2c0e
.github/workflows/spack-test.yaml
@@ -17,6 +17,9 @@ jobs:
17
- name: nvcc
18
image: gcc
19
kokkos: +cuda +wrapper cuda_arch=90
20
+ - name: rocm
21
+ image: gcc
22
+ kokkos: +rocm amdgpu_target=gfx90a
23
24
steps:
25
- name: Free Disk Space (Ubuntu)
@@ -41,4 +44,3 @@ jobs:
41
44
spack load kokkos kokkos-fft && \
42
45
cmake -B install_test/as_library/build && \
43
46
cmake --build install_test/as_library/build -j 4"
-
0 commit comments