cutlass icon indicating copy to clipboard operation
cutlass copied to clipboard

[BUG] ConvOperation3x has two extended_name methods?

Open henrylhtsang opened this issue 2 weeks ago • 2 comments

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

henrylhtsang avatar Feb 07 '25 02:02 henrylhtsang