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
5/186 Test #60: iree/hal/drivers/hip/cts/hip_stream_command_buffer_dispatch_constants_test .......................***Failed 1.12 sec
[==========] Running 1 test from 1 test suite.
[----------] Global test environment set-up.
[----------] 1 test from CommandBufferDispatchConstantsTest
[ RUN ] CommandBufferDispatchConstantsTest.DispatchWithDispatchConstants
iree/runtime/src/iree/hal/cts/command_buffer_dispatch_constants_test.h:124: Failure
Value of: output_data
Expected: equals { 11, 22, 33, [44](https://github.com/iree-org/iree/actions/runs/13448729921/job/37579537431#step:11:45) }
Actual: { 0, 0, 0, 0 }, which has these unexpected elements: 0, 0, 0, 0,
and doesn't have these expected elements: 11, 22, 33, 44
[ FAILED ] CommandBufferDispatchConstantsTest.DispatchWithDispatchConstants (10 ms)
These are all the tests that failed, each in a similar way:
So far only seeing this on MI300 CI bots in this test_mi300 job, which have other ongoing infrastructure issues that make spotting these flakes harder: #19955.
The text was updated successfully, but these errors were encountered:
What happened?
Some tests have started failing on and off, with logs like these:
These are all the tests that failed, each in a similar way:
Steps to reproduce your issue
What component(s) does this issue relate to?
Runtime
Version information
Observed on fb3523b and 308d176.
There were recent changes to https://github.com/iree-org/iree/commits/main/runtime/src/iree/hal/drivers/hip that look relevant:
Additional context
So far only seeing this on MI300 CI bots in this
test_mi300
job, which have other ongoing infrastructure issues that make spotting these flakes harder: #19955.The text was updated successfully, but these errors were encountered: