cutlass
cutlass copied to clipboard
[BUG] ConvOperation3x has two extended_name methods?
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?
https://github.com/NVIDIA/cutlass/blob/affd1b693dfc121c51118cbc8583dfd308227ca6/python/cutlass_library/generator.py#L989-L1015
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