Skip to content

Commit cd8e8ad

Browse files
committed
Add CI job that will run on ICL resources.
1 parent c512782 commit cd8e8ad

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,3 +93,15 @@ jobs:
9393
- name: Test
9494
run: |
9595
./build/test/gtest/spblas-tests
96+
97+
amd-gpu:
98+
runs-on: 'gpu_amd'
99+
- name: CMake
100+
run: |
101+
cmake -B build
102+
- name: Build
103+
run: |
104+
make -C build -j `nproc`
105+
- name: Test
106+
run: |
107+
./build/test/gtest/spblas-tests

0 commit comments

Comments
 (0)