tilelang.metal.utils ==================== .. py:module:: tilelang.metal.utils Functions --------- .. autoapisummary:: tilelang.metal.utils.is_metal_cooperative_tensor tilelang.metal.utils.is_metal_simdgroup Module Contents --------------- .. py:function:: is_metal_cooperative_tensor(buffer) Check if the buffer is in the Metal cooperative tensor scope. .. py:function:: is_metal_simdgroup(buffer) Check if the buffer is in the Metal simdgroup scope.