We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af0087e commit 6ab350eCopy full SHA for 6ab350e
.github/workflows/sycl-linux-build.yml
@@ -344,7 +344,7 @@ jobs:
344
target_devices: all
345
binaries_artifact: ${{ inputs.e2e_binaries_artifact }}
346
sycl_compiler: $GITHUB_WORKSPACE/toolchain/bin/clang++
347
- extra_lit_opts: --param sycl_build_targets="native_cpu;spir;nvidia;amd"
+ extra_lit_opts: --param sycl_build_targets="spir;nvidia;amd"
348
349
- name: Remove E2E tests before spirv-backend run
350
if: ${{ inputs.e2e_binaries_spirv_backend_artifact && always() && !cancelled() && steps.build.conclusion == 'success' }}
0 commit comments