Skip to content

Commit

Permalink
ENH: Bump GPU CI ITK git tag
Browse files Browse the repository at this point in the history
  • Loading branch information
tbirdso committed May 4, 2022
1 parent 277b50b commit b96b631
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ name: Test GPU

on: [pull_request]

env:
itk-git-tag: "801370c025c7d296783481779a41c6d559c992c5"

jobs:
build-test-gpu:
runs-on: [self-hosted, gpu]
Expand All @@ -12,7 +15,6 @@ jobs:
opencl-headers-git-tag: "v2021.04.29"
opencl-version: 120
vkfft-backend: 3
itk-git-tag: "ddef776afb46a6e135ba3c9f58a0e6e7e4a000be"
cmake-build-type: "MinSizeRel"
platform-name: "ubuntu-nvidia-gpu"
os: ubuntu-20.04
Expand Down Expand Up @@ -51,7 +53,7 @@ jobs:
cd ..
git clone https://github.com/InsightSoftwareConsortium/ITK.git
cd ITK
git checkout ${{ matrix.itk-git-tag }}
git checkout ${{ env.itk-git-tag }}
- name: Build OpenCL-ICD-Loader
run: |
Expand Down

0 comments on commit b96b631

Please sign in to comment.