Open
Description
The following PR introduced an implementation of assert for HIP
And the assert tests were re-enabled in:
Locally none of the tests were failing so we went ahead and merged the changes but later on in:
One of the assert test failed in the CI.
This is likely similar to the issue for CUDA in #6416 however for HIP the same workaround are not applicable because the HIP runtime is aborting before it reaches the PI plugin so the failure isn't with host output we control. In addition in the CI the test seems to be crashing so it's unclear if this is a garbled output.