switch to the upstream headers for unified SVM CI testing (#2526)

Since we have added support for unified SVM in the upstream headers, we
no longer need to build CI from the unified SVM header branch.
This commit is contained in:
Ben Ashbaugh
2025-09-15 11:44:56 -07:00
committed by GitHub
parent 704ffd012e
commit f308540828

View File

@@ -59,7 +59,6 @@ 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: Fetch SPIR-V Headers - name: Fetch SPIR-V Headers