From f308540828ae542fea8ff9e93df04648be2dfbd0 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Mon, 15 Sep 2025 11:44:56 -0700 Subject: [PATCH] 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. --- .github/workflows/presubmit.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/presubmit.yml b/.github/workflows/presubmit.yml index 32884842..8f2a0872 100644 --- a/.github/workflows/presubmit.yml +++ b/.github/workflows/presubmit.yml @@ -59,7 +59,6 @@ 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: Fetch SPIR-V Headers