llvm icon indicating copy to clipboard operation
llvm copied to clipboard

[SYCL] Require emit of sycl_kernel_entry_point attributed functions.

Open tahonermann opened this issue 8 months ago • 1 comments

Initial device-side code generation support for functions declared with the sycl_kernel_entry_point was recently added to upstream Clang, but did not take effect due to downstream customizations. This change adjusts the customizations and updates the associated test for other downstream customizations.

tahonermann avatar Apr 18 '25 16:04 tahonermann

@intel/dpcpp-cfe-reviewers Please review. Thanks.

jsji avatar Apr 20 '25 01:04 jsji

Closing this PR as Jinsong committed them long ago. Concerns raised by Mariya are partially addressed by https://github.com/llvm/llvm-project/pull/140282; the remaining ones will be addressed by https://github.com/intel/llvm/issues/18304.

tahonermann avatar Aug 15 '25 23:08 tahonermann