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

Class FloatRoundStyle

python/cutlass_cppgen/backend/library.py:186–194  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184
185
186class FloatRoundStyle(enum.Enum):
187 ToNearest = enum_auto()
188 ToNearestSatfinite = enum_auto()
189 Indeterminate = enum_auto()
190 TowardZero = enum_auto()
191 TowardInfinity = enum_auto()
192 TowardNegInfinity = enum_auto()
193 HalfUlpTruncDntz = enum_auto()
194 HalfUlpTruncate = enum_auto()
195
196
197FloatRoundStyleTag = {

Callers

nothing calls this directly

Calls 1

enum_autoFunction · 0.70

Tested by

no test coverage detected