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
Fix broken GemmRewriteTest.BF16GemmCodeGen on Hopper.
This was broken by openxla@4e09e73.
The issue is that the optimized HLO was changed by having a native BF16 multiply, so the filecheck string had to be changed. Because the multiply is done in BF16 instead of FP32, the tolerance must also be lowered.
PiperOrigin-RevId: 616380852
0 commit comments