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

Use __dpl_sycl accessor in single pass scan #1876

Merged
merged 1 commit into from
Sep 24, 2024

Conversation

danhoeflinger
Copy link
Contributor

@danhoeflinger danhoeflinger commented Sep 24, 2024

Single pass scan neglects to use __dpl_sycl::__local_accessor which causes problems when used with older versions of the SYCL library. This is causing some errors in the multiple translation unit tests when used with older compilers.

This PR fixes that issue.

Signed-off-by: Dan Hoeflinger <[email protected]>
Copy link
Contributor

@timmiesmith timmiesmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thank you.

Copy link
Contributor

@adamfidel adamfidel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks!

@danhoeflinger danhoeflinger merged commit d5cc3fb into main Sep 24, 2024
22 checks passed
@danhoeflinger danhoeflinger deleted the dev/dhoeflin/fix_sycl_accessor_single_pass_scan branch September 24, 2024 19:48
mmichel11 pushed a commit that referenced this pull request Sep 25, 2024
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