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

Method is_complex

python/cutlass_library/gemm_operation.py:129–135  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

127
128 #
129 def is_complex(self):
130 complex_operators = [
131 MathOperation.multiply_add_complex,
132 MathOperation.multiply_add_complex_gaussian,
133 MathOperation.multiply_add_complex_fast_f32
134 ]
135 return self.tile_description.math_instruction.math_operation in complex_operators
136
137 #
138 def is_mixed_input(self):

Callers 6

accumulator_typeMethod · 0.95
extended_nameMethod · 0.95
layout_nameMethod · 0.95
layout_name_3xMethod · 0.95
emitMethod · 0.45
emitMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected