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

Incorrect sycl::buffer initialization in the struct __usm_or_buffer_accessor constructor #1914

Closed
SergeyKopienko opened this issue Oct 21, 2024 · 1 comment
Labels

Comments

@SergeyKopienko
Copy link
Contributor

Incorrect sycl::buffer initialization in the struct __usm_or_buffer_accessor constructor:

  • created on https://github.com/oneapi-src/oneDPL/pull/1909/files#r1808700505
  • @danhoeflinger wrote:
    This isn't a new bug from this PR, but I think that __no_init it is wrong to be using at all times here I think this is something that we need to specify each time and only when it is proper.
    While this is temporary memory, it is often used to bridge between multiple kernels where the second kernel reads before it writes (if it does write). In this case I believe __no_init is wrong.
@SergeyKopienko
Copy link
Contributor Author

Will fix this issue in #1909

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant