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 e020f69 commit 39506e4Copy full SHA for 39506e4
.github/workflows/sycl_nightly.yml
@@ -31,18 +31,6 @@ jobs:
31
# prefer widespread gzip compression.
32
artifact_archive_name: sycl_linux.tar.gz
33
34
- ubuntu2204_opaque_pointers_build_test:
35
- if: github.repository == 'intel/llvm'
36
- uses: ./.github/workflows/sycl_linux_build_and_test.yml
37
- needs: test_matrix
38
- secrets: inherit
39
- with:
40
- build_cache_root: "/__w/"
41
- build_cache_suffix: opaque_pointers
42
- build_artifact_suffix: opaque_pointers
43
- build_configure_extra_args: "--hip --cuda --enable-esimd-emulator --cmake-opt=-DSPIRV_ENABLE_OPAQUE_POINTERS=TRUE"
44
- merge_ref: ''
45
-
46
windows_default:
47
name: Windows
48
if: github.repository == 'intel/llvm'
0 commit comments