For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo struct
TensorMapFloatOOBFill
struct TensorMapFloatOOBFill
Out-of-bounds fill mode for floating-point TMA operations.
Specifies how out-of-bounds memory accesses are handled for floating-point data types during TMA operations.
Implemented traitsβ
AnyType,
Copyable,
Deinitable,
ImplicitlyCopyable,
Movable,
RegisterPassable,
TrivialRegisterPassable
comptime membersβ
NAN_REQUEST_ZERO_FMAβ
comptime NAN_REQUEST_ZERO_FMA = TensorMapFloatOOBFill(Int32(1))
Fill out-of-bounds values with NaN, request zero for FMA operations.
NONEβ
comptime NONE = TensorMapFloatOOBFill(Int32(0))
No special out-of-bounds handling.