MCPcopy Create free account
hub / github.com/NVIDIA/cutlass / name

Method name

python/cutlass_cppgen/backend/operation.py:65–66  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

63 self.kernel = None
64
65 def name(self):
66 return self.operation.procedural_name()
67
68 def emit(self):
69 return ""

Callers 6

emit_compile_Method · 0.45
add_moduleMethod · 0.45
get_ir_locationMethod · 0.45
wrapperFunction · 0.45
ElementTypeNameFunction · 0.45
LayoutTypeNameFunction · 0.45

Calls 1

procedural_nameMethod · 0.45

Tested by 2

ElementTypeNameFunction · 0.36
LayoutTypeNameFunction · 0.36