-
Notifications
You must be signed in to change notification settings - Fork 798
[SYCL][ABI-Break] Remove deprecated OptionalDevice input type of make_queue and remove deprecated make_queue ABIs #6628
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
Signed-off-by: Byoungro So <byoungro.so@intel.com>
@bso-intel : please provide the description of this PR |
Signed-off-by: Byoungro So <byoungro.so@intel.com>
Signed-off-by: Byoungro So <byoungro.so@intel.com>
Signed-off-by: Byoungro So <byoungro.so@intel.com>
Signed-off-by: Byoungro So <byoungro.so@intel.com>
@bso-intel - Looks like this patch breaks ABI. I've marked it as such, but it should increment |
Signed-off-by: Byoungro So <byoungro.so@intel.com>
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.
Only changes since @smaslov-intel 's final approval is the increment of SYCL_DEV_ABI_VERSION
. This should be ready for merge after testing finishes.
Signed-off-by: Byoungro So <byoungro.so@intel.com>
It seems the failures are irrelevant to my change of SYCL_DEV_ABI_VERSION number. |
We introduced a tentative OptionalDevice input type of make_queue API to support the SYCL 2020 API as well as the legacy API which did not require Device to be passed as a parameter.
This PR intends to remove this tentative input type.
Extended: Now this PR also removed deprecated make_queue ABIs and make the make_queue to take a pointer to pi_device, which becomes back to optional.