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
I did a cursory investigation and was able to reproduce the issue in ROCM 6.1.2 but not ROCM 6.2.1. Based on experience with another project, we may be able to add in -mllvm -amdgpu-legacy-sgpr-spill-lowering=true to mitigate this. But I need to figure out how to pass this in for Axom - the flag I was using to pass in that flag (-Xoffload-linker) is being ignored with amdclang.
The failing line looks to be this one:
axom/src/axom/multimat/tests/multimat_test.cpp
Line 820 in e5b5707
Fails only for the
double
data type,int
andfloat
are passing.Test passes on rzvernal/tioga.
Error message:
The text was updated successfully, but these errors were encountered: