Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Removal of OpMultiplyAdd template substitutions from mma_sm80.h in 3.5.1 #2009

Open
ankutalev opened this issue Dec 23, 2024 · 1 comment
Labels

Comments

@ankutalev
Copy link

Hello!
In Cutlass 3.5.1 OpMultiplyAdd substitutions for s8/s4 types were removed, only OpMultiplyAddSaturate stay.

3.5.0 version
3.5.1 version

Cases seems identical (use same mma instructions), but this change:

  1. Breaks backward compatibility
  2. Makes coding more confusing - you are not expecting to use OpMultiplyAddSaturate when do int4/int8 GEMM's.

Is it bug or intended decision, which will not be fixed?

Thanks

@ankutalev ankutalev added ? - Needs Triage bug Something isn't working labels Dec 23, 2024
@ankutalev 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
Copy link

This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant