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
Some changes during dispatch creation (encountered here #18341) causes f16 SDXL to produce incorrect results under aggressive fusion. This only occurs when the linalg.generic ops are at a higher dimensionality.
Compile/Run both dispatches to generate output. I used this to generate input and this to compile/run each dispatch (the flags are the same as mi300 sdxl CI flags).
Compare the outputs
Version information
I was using b197555, but current main should also work
cc @bangtianliu You said you might want to take a look + I think the work you're doing might solve this issue
The text was updated successfully, but these errors were encountered:
Okay, great. BTW the "good" version has terrible performance on the sdxl benchmarks. I think it goes down the pipeline you fixed a bit ago for #17948, causing the final generic op to be done sequentially. Hopefully with the new pipeline that won't be an issue.
What happened?
Some changes during dispatch creation (encountered here #18341) causes f16 SDXL to produce incorrect results under aggressive fusion. This only occurs when the
linalg.generic
ops are at a higher dimensionality.Steps to reproduce your issue
Version information
I was using b197555, but current main should also work
cc @bangtianliu You said you might want to take a look + I think the work you're doing might solve this issue
The text was updated successfully, but these errors were encountered: