llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] Use built-ins to retrieve kernel information

Open sergey-semenov opened this issue 6 months ago • 1 comments

Using built-ins is going to be the preferred way to fetch kernel information, while integration headers are still going to be used for cases where built-ins are unavailable (i.e., different host compiler).

sergey-semenov avatar Aug 14 '24 12:08 sergey-semenov