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

Class EmissionType

python/cutlass_cppgen/backend/library.py:503–509  ·  view source on GitHub ↗

Tags for whether to emit a kernel- or device-level operation

Source from the content-addressed store, hash-verified

501
502
503class EmissionType(enum.Enum):
504 """
505 Tags for whether to emit a kernel- or device-level operation
506 """
507
508 Kernel = enum_auto()
509 Device = enum_auto()

Callers

nothing calls this directly

Calls 1

enum_autoFunction · 0.70

Tested by

no test coverage detected