Skip to content
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

Fix check on expected return type of local_accessor::get_pointer() #748

Merged
merged 3 commits into from
Jul 24, 2023

Conversation

mmoadeli
Copy link
Contributor

  • The test should expect the return type of the deprecated local_accessor::get_pointer() which is multi_ptr<T, local_space, legacy>, while it expected std::add_pointer<T> which is the return type of the function in according to SYCL-2020 specifications.

@mmoadeli mmoadeli requested a review from a team as a code owner July 14, 2023 09:39
@mmoadeli mmoadeli changed the title [SYCL] Fix check on return type of local_accessor::get_pointer() [SYCL] Fix check on expected return type of local_accessor::get_pointer() Jul 14, 2023
@bader bader changed the title [SYCL] Fix check on expected return type of local_accessor::get_pointer() Fix check on expected return type of local_accessor::get_pointer() Jul 14, 2023
@bader bader merged commit 22a7350 into KhronosGroup:SYCL-2020 Jul 24, 2023
16 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants