There was an error while loading. Please reload this page.
1 parent 277b50b commit b96b631Copy full SHA for b96b631
1 file changed
.github/workflows/test-gpu.yml
@@ -2,6 +2,9 @@ name: Test GPU
2
3
on: [pull_request]
4
5
+env:
6
+ itk-git-tag: "801370c025c7d296783481779a41c6d559c992c5"
7
+
8
jobs:
9
build-test-gpu:
10
runs-on: [self-hosted, gpu]
@@ -12,7 +15,6 @@ jobs:
12
15
opencl-headers-git-tag: "v2021.04.29"
13
16
opencl-version: 120
14
17
vkfft-backend: 3
- itk-git-tag: "ddef776afb46a6e135ba3c9f58a0e6e7e4a000be"
18
cmake-build-type: "MinSizeRel"
19
platform-name: "ubuntu-nvidia-gpu"
20
os: ubuntu-20.04
@@ -51,7 +53,7 @@ jobs:
51
53
cd ..
52
54
git clone https://github.com/InsightSoftwareConsortium/ITK.git
55
cd ITK
- git checkout ${{ matrix.itk-git-tag }}
56
+ git checkout ${{ env.itk-git-tag }}
57
58
- name: Build OpenCL-ICD-Loader
59
run: |
0 commit comments