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
These tests are failing (time out) with #8412, so we decided to temporarily disable them to unblock the pulldown.
CUDA test may be okay, but CUDA testing workflow is broken for now, so we can't verify it.
"The AMD failures are fairly limited as they only happen at -O0 so we can fix them in the sycl branch after the merge."
The text was updated successfully, but these errors were encountered:
We could just switch this mapping from -O0 to lto -O0 off in sycl mode; this fixes the failures, however there is also another upstream commit that interacts with this that hasn't been pulled down yet: https://reviews.llvm.org/D144505
I plan to investigate these issues further next week. Note however that currently all tests seem to be failing at -O0 for amd. There are also existing hip-amd xfails at default opt level that are hanging. It would be good to investigate these within this context.
Closing this since this issue hasn't reoccurred on latest rocm versions for a while. The fix above was for old rocm versions and it is up to amd to merge this.
See: intel/llvm-test-suite#1633
These tests are failing (time out) with #8412, so we decided to temporarily disable them to unblock the pulldown.
CUDA test may be okay, but CUDA testing workflow is broken for now, so we can't verify it.
"The AMD failures are fairly limited as they only happen at -O0 so we can fix them in the sycl branch after the merge."
The text was updated successfully, but these errors were encountered: