Skip to content

Commit 31f2c0e

Browse files
author
Yuuichi Asahi
committed
Add rocm spack ci again
1 parent c76d90b commit 31f2c0e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/spack-test.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ jobs:
1717
- name: nvcc
1818
image: gcc
1919
kokkos: +cuda +wrapper cuda_arch=90
20+
- name: rocm
21+
image: gcc
22+
kokkos: +rocm amdgpu_target=gfx90a
2023

2124
steps:
2225
- name: Free Disk Space (Ubuntu)
@@ -41,4 +44,3 @@ jobs:
4144
spack load kokkos kokkos-fft && \
4245
cmake -B install_test/as_library/build && \
4346
cmake --build install_test/as_library/build -j 4"
44-

0 commit comments

Comments
 (0)