-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL] get_access and get_host access enabling #1943
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: iburylov <ilya.burylov@intel.com>
Signed-off-by: iburylov <ilya.burylov@intel.com>
Signed-off-by: iburylov <ilya.burylov@intel.com>
@bader I made two separate groups of tests, with focus on testing correct deduction for each available constructor:
Each of them is independently run for:
Other cases, such as working, when wrapped into classes, or when |
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.
The changes LGTM except for a minor comment
Signed-off-by: iburylov <ilya.burylov@intel.com>
Signed-off-by: iburylov <ilya.burylov@intel.com>
This second patch finishes the implementation of SYCL_INTEL_accessor_simplification extension.
It adds:
get_host_accessor
to bufferget_access
to enable deduction guide