Skip to main content

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?