mirror of
https://github.com/KhronosGroup/OpenCL-CTS.git
synced 2026-03-25 16:29:03 +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: |
|
run: |
|
||||||
git clone https://github.com/KhronosGroup/OpenCL-Headers.git
|
git clone https://github.com/KhronosGroup/OpenCL-Headers.git
|
||||||
cd OpenCL-Headers
|
cd OpenCL-Headers
|
||||||
|
git checkout cl_khr_unified_svm
|
||||||
ln -s CL OpenCL # For OSX builds
|
ln -s CL OpenCL # For OSX builds
|
||||||
cd ..
|
cd ..
|
||||||
- name: Install Vulkan SDK
|
- name: Install Vulkan SDK
|
||||||
@@ -96,4 +97,4 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Check code format
|
- name: Check code format
|
||||||
run: ./check-format.sh
|
run: ./check-format.sh origin/cl_khr_unified_svm
|
||||||
|
|||||||
Reference in New Issue
Block a user