llvm
llvm copied to clipboard
[SYCL] Implement free function kernel enqueue functions
Implement the new enqueue functions for free function kernels that were added in #19995
@vinser52 ping for review. I went with an approach where I wrap the free function in a lambda in order to exploit the already existing infrastructure for direct submission of lambda kernels. The wrapper lambda itself is very lightweight.