Open
Description
Is your feature request related to a problem? Please describe
Hi, I want to be able to use SYCL abstractions and runtime but from a front end other than C++. My aim is to write BLAS at higher level in this frontend and be able to do kernel fusion with it. I can't do this in C++ because I can't do codegen.
Describe the solution you would like
Can I emit sycl-mlir for device only code and use intel unified runtime?
Describe alternatives you have considered
No response
Additional context
No response