Skip to content

Commit

Permalink
update CI to use the cl_khr_unified_svm headers (#2180)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
bashbaug authored Dec 10, 2024
1 parent d99b302 commit 7b966bb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 7b966bb

Please sign in to comment.