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

Class ApiVersion

python/cutlass_cppgen/backend/library.py:471–477  ·  view source on GitHub ↗

Differentiate between CUTLASS 2.x and 3.x API versions

Source from the content-addressed store, hash-verified

469
470
471class ApiVersion(enum.Enum):
472 """
473 Differentiate between CUTLASS 2.x and 3.x API versions
474 """
475
476 v2x = enum_auto()
477 v3x = enum_auto()
478
479
480def api_version(arch, opclass, dtype):

Callers

nothing calls this directly

Calls 1

enum_autoFunction · 0.70

Tested by

no test coverage detected