-
Notifications
You must be signed in to change notification settings - Fork 798
[SYCL][ABI-break] Remove unused sycl::kernel methods
#20801
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
According to @0x12CC, |
Can you explain this more? In particular, it seems like Also, do you know why "sycl_ext_oneapi_launch_queries" is "proposed" rather than "experimental"? According to internal tracker CMPLRLLVM-61694, it has been implemented already. |
The context for this is in the comments of GSD-10327. My understanding is that |
Ironically, I was just looking at that this morning. You are talking about the |
It indeed seems like @0x12CC If you still believe we need to remove these queries, please provide more clarification. |
Removing
ext_oneapi_get_info(sycl::queue q)overloads and cleaning up extension doc and tests accordingly.Also removed unused
getNativeImpl.