Skip to documentation
SLOP

tiny.gpu.LayoutFeatures

Reference tiny.gpu LayoutFeatures

Defined in contract.

API (8)

Fields and members

Public fields and members.

No direct callersNo direct callscontractLayoutFeatures
Static calls · unresolved targets: unknown · external targets: unknown.

Source

Source: lib/gpu/src/contract.zig:846

zig
pub const LayoutFeatures = struct {    row_major: bool = true,    column_major: bool = false,    compact_strides: bool = true,    arbitrary_strides: bool = false,    broadcast_strides: bool = false,    tiled: bool = false,    vectorized: bool = false,    opaque_backend_layouts: bool = false,};

Source: lib/gpu/src/root.zig:95

zig
pub const LayoutFeatures = contract.LayoutFeatures;

Audit

Definitions1
Public names2
Members8
Version26.7.0
Revisiondaab053ee433