-
Notifications
You must be signed in to change notification settings - Fork 769
[SYCL] Fix mem-leak/potential SegFault in LIT test, add 2 required bu… #2591
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
Conversation
…ffer ctors Signed-off-by: Vyacheslav N Klochkov <[email protected]>
@v-klochkov, are you still going to commit this patch? |
This PR adds 2 unspecified constructors to buffer class. It is better to wait for those constructors to be added to SYCL-2020 SPEC before proceeding with the checkin. |
@intel/dpcpp-specification-reviewers, @gmlueck, are these constructors expected to be added to SYCL specification? |
Added @mkinsner to reviewers, the issue was discussed with Mike previously. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please, add a regression test.
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
e06ea43
to
da51ec6
Compare
Added in da51ec6 |
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
2 buffer constructors implemented in this patch are part of SYCL-2020: https://www.khronos.org/registry/SYCL/specs/sycl-2020/html/sycl-2020.html#_buffer_interface |
Signed-off-by: Vyacheslav N Klochkov <[email protected]>
@rbegam, @intel/llvm-reviewers-runtime - please review/approve the fix. |
…ffer ctors
Signed-off-by: Vyacheslav N Klochkov [email protected]