[SYCL][E2E][Matrix] Cleanup of xfail and unsupported#17688
Merged
sarnex merged 4 commits intointel:syclfrom Apr 1, 2025
Merged
[SYCL][E2E][Matrix] Cleanup of xfail and unsupported#17688sarnex merged 4 commits intointel:syclfrom
sarnex merged 4 commits intointel:syclfrom
Conversation
sycl/test-e2e/Matrix/SG32/joint_matrix_int8_colmajorA_colmajorB.cpp
Outdated
Show resolved
Hide resolved
sycl/test-e2e/Matrix/SG32/joint_matrix_int8_colmajorA_colmajorB.cpp
Outdated
Show resolved
Hide resolved
Contributor
Author
|
@intel/llvm-gatekeepers, please help merge this. |
KornevNikita
pushed a commit
that referenced
this pull request
Jun 3, 2025
KornevNikita
pushed a commit
to KornevNikita/llvm
that referenced
this pull request
Jun 10, 2025
AlexeySachkov
pushed a commit
that referenced
this pull request
Jun 12, 2025
Cherry-pick commits that reached the internal branch between intel/llvm cutoff and release branch pulldown. Patches included: [SYCL][E2E] Fix DeviceLib/assert-windows.cpp run-time errors (#17493) Patch-by: David Garcia Orozco <david.garcia.orozco@intel.com> --- [SYCL] Fix memory leak. (#17632) According to https://github.com/llvm/llvm-project/blob/main/llvm/unittests/Demangle/OutputBufferTest.cpp, `OutputBuffer` has to be manually freed. Patch-by: Marcos Maronas <marcos.maronas@intel.com> --- [SYCL][E2E][Matrix] Cleanup of xfail and unsupported (#17688) Patch-by: Dounia Khaldi <dounia.khaldi@intel.com> --- [SYCL][E2E][Matrix] Restrict XFAIL in some tests to DG2 (#17639) XPASSing in [nightly](https://github.com/intel/llvm/actions/runs/14050841978) but failing in pre/postcommit, make them XFAIL only where they actually fail. Patch-by: Nick Sarnie <nick.sarnie@intel.com> --- [SYCL][ESIMD] Move RAII deleter init after buffer allocation. (#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. Patch-by: Marcos Maronas <marcos.maronas@intel.com> --- [SYCL] Add spill_memory_size unittest (#17657) This adds a unittest for the kernel queries extension according to #17593. Patch-by: Petr Kurapov <petr.a.kurapov@intel.com> --- [SYCL][Bindless][E2E] Add 1D host USM tests (#17374) Adds 1D Host USM backed image tests. This patch also fixes device aspect queries for 1D & 2D USM backed image sampling support. Patch-by: przemektmalon <przemek.malon@codeplay.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.