Mojo struct
TensorMapFloatOOBFill
@register_passable(trivial)
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,
Movable,
UnknownDestructibility
Aliases
__copyinit__is_trivial
alias __copyinit__is_trivial = True
__del__is_trivial
alias __del__is_trivial = True
__moveinit__is_trivial
alias __moveinit__is_trivial = True
NAN_REQUEST_ZERO_FMA
alias NAN_REQUEST_ZERO_FMA = TensorMapFloatOOBFill(1)
Fill out-of-bounds values with NaN, request zero for FMA operations.
NONE
alias NONE = TensorMapFloatOOBFill(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!