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
ankutalev
changed the title
[BUG] Removal of OpMultiplyAdd template substitutions from mma_sm80.h
[BUG] Removal of OpMultiplyAdd template substitutions from mma_sm80.h in 3.5.1
Dec 23, 2024
Hello!
In Cutlass 3.5.1
OpMultiplyAdd
substitutions for s8/s4 types were removed, onlyOpMultiplyAddSaturate
stay.3.5.0 version
3.5.1 version
Cases seems identical (use same mma instructions), but this change:
OpMultiplyAddSaturate
when do int4/int8 GEMM's.Is it bug or intended decision, which will not be fixed?
Thanks
The text was updated successfully, but these errors were encountered: