-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add changes based on implementation feedback.
* Add fix for typo. * Alter async_work_group functions overloads to correctly allow src parameter to be a multi_ptr<T> and convert to multi_ptr<const T>. * Switch get_pointer from using accessor_ptr as this includes SYCL 2020 change which aliases to multi_ptr<const T> when the accessor is read_only. * Split accessor::get_pointer into two definitions; one for device/global_buffer which returns a multi_ptr and one for host_task which returns a raw pointer. Co-authored-by: Greg Lueck <gregory.m.lueck@intel.com>
- Loading branch information
1 parent
ad4a037
commit 99c0b3b
Showing
5 changed files
with
145 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters