You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rect read and write do not work correctly in level-zero adapter v1. The respective tests in files urEnqueueMemBufferReadRect.cpp and urEnqueueMemBufferWriteRect.cpp are disabled, and when enabled result in failure and/or segfault.
Analogous operations in command buffer (urCommandBufferAppendMemBufferWriteRectExp, urCommandBufferAppendMemBufferReadRectExp) also don't work as mentioned in #17159 (comment)
Moreover some tests that read/write 2d to or from 3d fail in adapter v2 (#17159 - commented cases in /unified-runtime/test/conformance/exp_command_buffer/rect_read.cpp (or rect_write.cpp))
To reproduce
Remove UUR_KNOWN_FAILURE_ON(uur::LevelZero{}); from test/conformance/enqueue/urEnqueueMemBufferWriteRect.cpp and test/conformance/enqueue/urEnqueueMemBufferReadRect.cpp (or enable commented cases in adapter v2 /unified-runtime/test/conformance/exp_command_buffer/rect_read.cpp (or rect_write.cpp))
Run conformance tests using level zero adapter
Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
Xewar313
changed the title
[UR] Issue with rect buffer operations in level-zero adapter v1
[UR] Issue with rect buffer operations in level-zero adapter
May 5, 2025
Describe the bug
Rect read and write do not work correctly in level-zero adapter v1. The respective tests in files
urEnqueueMemBufferReadRect.cpp
andurEnqueueMemBufferWriteRect.cpp
are disabled, and when enabled result in failure and/or segfault.Analogous operations in command buffer (urCommandBufferAppendMemBufferWriteRectExp, urCommandBufferAppendMemBufferReadRectExp) also don't work as mentioned in #17159 (comment)
Moreover some tests that read/write 2d to or from 3d fail in adapter v2 (#17159 - commented cases in /unified-runtime/test/conformance/exp_command_buffer/rect_read.cpp (or rect_write.cpp))
To reproduce
UUR_KNOWN_FAILURE_ON(uur::LevelZero{});
fromtest/conformance/enqueue/urEnqueueMemBufferWriteRect.cpp
andtest/conformance/enqueue/urEnqueueMemBufferReadRect.cpp
(or enable commented cases in adapter v2 /unified-runtime/test/conformance/exp_command_buffer/rect_read.cpp (or rect_write.cpp))Environment
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: