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

Class FunctionalOp

python/cutlass_cppgen/backend/library.py:112–122  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111
112class FunctionalOp(enum.Enum):
113 AtomicAdd = enum_auto()
114 AtomicMaximum = enum_auto()
115 Divides = enum_auto()
116 Maximum = enum_auto()
117 Minimum = enum_auto()
118 Minus = enum_auto()
119 Multiplies = enum_auto()
120 MultiplyAdd = enum_auto()
121 Plus = enum_auto()
122 Exp = enum_auto()
123
124
125FunctionalOpTag = {

Callers

nothing calls this directly

Calls 1

enum_autoFunction · 0.70

Tested by

no test coverage detected