tiny.gpu.LayoutFeatures
Defined in contract.
API (8)
Fields and members
Public fields and members.
arbitrary_stridesbroadcast_stridescolumn_majorcompact_stridesopaque_backend_layoutsrow_majortiledvectorized
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
| Definitions | 1 |
|---|---|
| Public names | 2 |
| Members | 8 |
| Version | 26.7.0 |
| Revision | daab053ee433 |