-
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.
Merge pull request #439 from mmoadeli/impl-spec-mismatch
[SYCL] Address multi_ptr in spec vs intel/llvm mismatches Remove the 'explicit' keyword from the multi_ptr::operator pointer() function. Include a generic space constraint in the multi_ptr::ctor from accessor and accessor(local) to support generic_space. Implement the multi_ptr::ctor from local_accessor, including support for generic_space. Enable implicit conversion of multi_ptr from accessors with const types. Add deduction guides for the deprecated access::target::constant_buffer and access::target::local. Implement support for the constant_space specialization of non-legacy multi_ptr.
- Loading branch information
Showing
3 changed files
with
66 additions
and
14 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