-
Notifications
You must be signed in to change notification settings - Fork 788
[sycl-rel] Cherry-pick sycl patches #18887
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
[sycl-rel] Cherry-pick sycl patches #18887
Conversation
According to https://github.com/llvm/llvm-project/blob/main/llvm/unittests/Demangle/OutputBufferTest.cpp, `OutputBuffer` has to be manually freed.
XPASSing in [nightly](https://github.com/intel/llvm/actions/runs/14050841978) but failing in pre/postcommit, make them XFAIL only where they actually fail. --------- Signed-off-by: Sarnie, Nick <[email protected]>
…17706) The buffer seems to be allocated in the call to `NameNode->print(NameBuf)`, so we need to move the RAII deleter after that call, otherwise the buffer keeps leaking because when the RAII deleter is created, there's no buffer yet.
This adds a unittest for the kernel queries extension according to intel#17593.
Adds 1D Host USM backed image tests. This patch also fixes device aspect queries for 1D & 2D USM backed image sampling support.
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.
Joint Matrix changes LGTM
Do not pay attention to the pre-commit - it's broken. Actual test run - https://github.com/intel/llvm/actions/runs/15586389828/job/43893685465 @intel/bindless-images-reviewers @intel/dpcpp-esimd-reviewers @uditagarwal97 take a look please. |
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.
Bindless Images LGTM
Cherry-pick commits that reached the internal branch between intel/llvm cutoff and release branch pulldown.