tilelang.transform.metal.metal_fragment_to_simdgroup¶
Rewrite local.fragment → metal.simdgroup for GEMM accumulator buffers on Metal.
This pass runs after pipelining and before LayoutInference, so that simdgroup matrices (which are hardware-opaque and have no explicit thread-level layout) are never seen by LayoutInference.
Attributes¶
Module Contents¶
- tilelang.transform.metal.metal_fragment_to_simdgroup.MetalFragmentToSimdgroup¶