Skip to content

[SYCL][Fusion] Remove kernel fusion stubs #15184

@sommerlukas

Description

@sommerlukas

Is your feature request related to a problem? Please describe

The kernel fusion integration into the scheduler was removed to make the scheduler leaner.

Some functions and classes could not be removed entirely, as doing so would constitute an ABI-breaking change. For the time being, they have been replaced with dummy implementations.

In the next ABI-breaking window, those stubs should then be removed entirely.

This includes:

  • Multiple entries in DataLessPropKind
  • queue::supports_fusion()
  • fusion_wrapper[.cpp/.hpp]
  • The supports_fusion device aspect

Describe the solution you would like

No response

Describe alternatives you have considered

No response

Additional context

No response

Metadata

Metadata

Assignees

Labels

abi-breakchange that's breaking abi and waiting for the next window to be able to mergeconfirmed

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions