Skip to content

Commit 1ed687b

Browse files
authored
[SYCL][E2E] Remove fusion test that never runs (#15864)
This test is never ran because of `REQUIRES: fusion`. This feature used to be auto-detected, but was removed in #15185. This patch also removes mentions of this feature from the e2e-test readme. Fixes part of #15838
1 parent 2395022 commit 1ed687b

File tree

2 files changed

+0
-110
lines changed

2 files changed

+0
-110
lines changed

sycl/test-e2e/NewOffloadDriver/diamond_shape.cpp

Lines changed: 0 additions & 109 deletions
This file was deleted.

sycl/test-e2e/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ environment:
229229
* **dump_ir**: - compiler can / cannot dump IR;
230230
* **llvm-spirv** - llvm-spirv tool availability;
231231
* **llvm-link** - llvm-link tool availability;
232-
* **fusion**: - Runtime supports kernel fusion;
233232
* **aspect-\<name\>**: - SYCL aspects supported by a device;
234233
* **arch-\<name\>** - [SYCL architecture](https://github.com/intel/llvm/blob/sycl/sycl/doc/extensions/experimental/sycl_ext_oneapi_device_architecture.asciidoc) of a device (e.g. `arch-intel_gpu_pvc`, the name matches what you
235234
can pass into `-fsycl-targets` compiler flag);

0 commit comments

Comments
 (0)