tests: trim known_failures for verified-passing tests (#618, #635, #1233)#1332
Draft
pvelesko wants to merge 1 commit into
Draft
tests: trim known_failures for verified-passing tests (#618, #635, #1233)#1332pvelesko wants to merge 1 commit into
pvelesko wants to merge 1 commit into
Conversation
pvelesko
force-pushed
the
2026-07-14-trim-known-failures
branch
from
July 15, 2026 10:33
bddbbc6 to
66e6a50
Compare
) These tests now pass on the current Intel GPU stack (Arc B570, IGC 2.36.3), verified by running each repeatedly on the affected backend: - Unit_hipMultiThreadStreams2 (ANY/ALL): passes on L0 + OpenCL, no OUT_OF_HOST_MEMORY (#618) - Unit_hipMemset_SetMemoryWithOffset (LEVEL0_GPU): passes 8/8, no longer flaky (#1233) - broadcast / broadcast2 (OPENCL_GPU): __shfl_xor binary now accepted by the NEO driver, no CL_INVALID_BINARY (#635) OPENCL_POCL and Helgrind entries are left in place (not verified).
pvelesko
force-pushed
the
2026-07-14-trim-known-failures
branch
from
July 16, 2026 11:23
66e6a50 to
1a3454f
Compare
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.
Removes three
known_failures.yamlentries whose tests now pass on the current Intel GPU stack (Arc B570, IGC 2.36.3), each verified by running on the affected backend:Unit_hipMultiThreadStreams2(ANY/ALL) — passes on Level Zero + OpenCL, no OUT_OF_HOST_MEMORY (Unit_hipMultiThreadStreams2 throws ZE_RESULT_ERROR_OUT_OF_HOST_MEMORY #618)Unit_hipMemset_SetMemoryWithOffset(LEVEL0_GPU) — passes 8/8, no longer flaky (Sporadic failure Unit_hipMemsetAsync_SetMemoryWithOffset (Failed) #1233)broadcast/broadcast2(OPENCL_GPU) —__shfl_xorbinary now accepted by the NEO driver, no CL_INVALID_BINARY ([OpenCL] broadcast failureCL_INVALID_BINARY#635)OPENCL_POCL and Helgrind entries for these tests are intentionally left in place (not verified on those configs).
Closes #618, #635, #1233.