llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL][Fusion] Remove kernel fusion stubs

Open sommerlukas opened this issue 1 year ago • 0 comments

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

sommerlukas avatar Aug 23 '24 15:08 sommerlukas