-
Notifications
You must be signed in to change notification settings - Fork 790
[SYCL][ABI-Break][PI] Remove deprecated piEnqueueNativeKernel #10008
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
[SYCL][ABI-Break][PI] Remove deprecated piEnqueueNativeKernel #10008
Conversation
b161682
to
0f80414
Compare
0f80414
to
8d31103
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CUDA/HIP 👍
8d31103
to
d78ef2e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Graphs LGTM
d78ef2e
to
5d0c95d
Compare
This patch removes the deprecated entry-point `piEnqueueNativeKernel`. This change is being made in preparation for porting the OpenCL plugin to Unified Runtime which does not intend to support enqueuing native kernels since it has already being deprecated.
5d0c95d
to
98015ba
Compare
@intel/dpcpp-esimd-reviewers a review would be much appriciated, thanks. |
@intel/dpcpp-esimd-reviewers ping to review this please. The relevant changes are very small, removal of an unimplemented function in sycl/plugins/esimd_emulator/pi_esimd_emulator.cpp. This is also pretty urgent since this PR contains ABI breaking changes and the merge deadline is looming. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ESIMD changes LGTM.
@intel/llvm-gatekeepers this is now ready to merge |
This patch removes the deprecated entry-point
piEnqueueNativeKernel
.This change is being made in preparation for porting the OpenCL plugin
to Unified Runtime which does not intend to support enqueuing native
kernels since it has already being deprecated.