From 7b966bbfd7d9fa77bd9185f32d5a33dd450b25a9 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Tue, 10 Dec 2024 13:08:05 -0800 Subject: [PATCH] update CI to use the cl_khr_unified_svm headers (#2180) Updates CI to use headers with support for the cl_khr_unified_svm extension in the cl_khr_unified_svm branch. Note that this PR targets the cl_khr_unified_svm branch, not the main branch. --- .github/workflows/presubmit.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 665799c8..9eb0b48c 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -67,6 +67,7 @@ jobs: run: | git clone https://github.com/KhronosGroup/OpenCL-Headers.git cd OpenCL-Headers + git checkout cl_khr_unified_svm ln -s CL OpenCL # For OSX builds cd .. - name: Install Vulkan SDK @@ -96,4 +97,4 @@ jobs: with: fetch-depth: 0 - name: Check code format - run: ./check-format.sh + run: ./check-format.sh origin/cl_khr_unified_svm