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 851a90a commit 71b0886Copy full SHA for 71b0886
.github/workflows/sycl-nightly.yml
@@ -67,14 +67,7 @@ jobs:
67
reset_intel_gpu: true
68
tests_selector: e2e
69
extra_lit_opts: --param gpu-intel-gen12=True
70
-
71
- - name: OCL CPU (AMD)
72
- runner: '["Linux", "amdgpu"]'
73
- image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
74
- image_options: -u 1001
75
- target_devices: opencl:cpu
76
- tests_selector: e2e
77
+
78
- name: OCL CPU (Intel/GEN12)
79
runner: '["Linux", "gen12"]'
80
image: ghcr.io/intel/llvm/ubuntu2204_intel_drivers:latest
0 commit comments