Skip to main content

Mojo module

blockwise_fp8

Aliases

logger

comptime logger = Logger[DEFAULT_LEVEL](stdout, "", False)

smem_layout_3D

comptime smem_layout_3D[layout: Layout] = Layout(IntTuple(IntTuple(1), layout.shape[0].owned_copy(), layout.shape[1].owned_copy(), Tuple[]()), IntTuple(IntTuple(0), layout.stride[0].owned_copy(), layout.stride[1].owned_copy(), Tuple[]()))

Parameters

Functions

Was this page helpful?