mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-19 06:09:01 +00:00
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.
This commit is contained in:
3
.github/workflows/presubmit.yml
vendored
3
.github/workflows/presubmit.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user