IMPORTANT: To view this page as Markdown, append `.md` to the URL (e.g. /get-started.md). For the complete documentation index, see llms.txt.
Skip to main content
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.