We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug ConvOperation3x seems to have two methods both called extended_name. One depends on layouts of A and B. Which one is being used?
cutlass/python/cutlass_library/generator.py
Lines 989 to 1015 in affd1b6
Steps/Code to reproduce bug Search def extended_name(self): in the link above.
def extended_name(self):
Expected behavior One method called extended_name
Environment details (please complete the following information): trunk
Additional context NA
The text was updated successfully, but these errors were encountered:
@Junkai-Wu
Sorry, something went wrong.
This should be a bug in current convolution compiler. I'll refactor the convolution compiler and fix this soon. Thanks for catching this.
No branches or pull requests
Describe the bug
ConvOperation3x seems to have two methods both called extended_name. One depends on layouts of A and B. Which one is being used?
cutlass/python/cutlass_library/generator.py
Lines 989 to 1015 in affd1b6
Steps/Code to reproduce bug
Search
def extended_name(self):
in the link above.Expected behavior
One method called extended_name
Environment details (please complete the following information):
trunk
Additional context
NA
The text was updated successfully, but these errors were encountered: