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,
ImplicitlyCopyable,
ImplicitlyDestructible,
Movable,
RegisterPassable,
TrivialRegisterPassable
comptime membersβ
NAN_REQUEST_ZERO_FMAβ
comptime NAN_REQUEST_ZERO_FMA = TensorMapFloatOOBFill(SIMD(1))
Fill out-of-bounds values with NaN, request zero for FMA operations.
NONEβ
comptime NONE = TensorMapFloatOOBFill(SIMD(0))
No special out-of-bounds handling.
Was this page helpful?
Thank you! We'll create more content like this.
Thank you for helping us improve!