-
Notifications
You must be signed in to change notification settings - Fork 1k
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] Incorrect copy behavior from 3.3.0 #1202
Comments
@ccecka I am quite sure this time it is a bug not a feature =) |
Thanks, that does looks concerning. I suspect the Tensors I'll run this as soon as I can and also get it into our unit tests. As an intermediate workaround, you should be able to replace
with
to disable auto-vectorization. |
Yeah, they are the same, the code snippet is extracted from a complete kernel.
If the acc is 8x8, then |
I've got a fix for this now internally. Not sure about when it can be merged/released, but |
Fixed in 3.3 tagging |
Describe the bug
A behavior change is observed in commit c008b4a (cutlass 3.3.0). And should be regarded as a (critical) bug.
Steps/Code to reproduce bug
Expected behavior
Before the commit, the program outputs:
With the commit:
It is obvious that the old behavior is correct and should be maintained.
Environment details (please complete the following information):
The text was updated successfully, but these errors were encountered: