Skip to content

Commit

Permalink
[SYCL][E2E] Remove fusion test that never runs (#15864)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
ayylol authored Oct 25, 2024
1 parent 2395022 commit 1ed687b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 110 deletions.
109 changes: 0 additions & 109 deletions sycl/test-e2e/NewOffloadDriver/diamond_shape.cpp

This file was deleted.

1 change: 0 additions & 1 deletion sycl/test-e2e/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,6 @@ environment:
* **dump_ir**: - compiler can / cannot dump IR;
* **llvm-spirv** - llvm-spirv tool availability;
* **llvm-link** - llvm-link tool availability;
* **fusion**: - Runtime supports kernel fusion;
* **aspect-\<name\>**: - SYCL aspects supported by a device;
* **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
can pass into `-fsycl-targets` compiler flag);
Expand Down

0 comments on commit 1ed687b

Please sign in to comment.