tilelang.language.cluster ========================= .. py:module:: tilelang.language.cluster Functions --------- .. autoapisummary:: tilelang.language.cluster.cluster_arrive_relaxed tilelang.language.cluster.cluster_arrive tilelang.language.cluster.cluster_wait tilelang.language.cluster.cluster_sync tilelang.language.cluster.block_rank_in_cluster Module Contents --------------- .. py:function:: cluster_arrive_relaxed() Issue barrier.cluster.arrive.relaxed.aligned. .. py:function:: cluster_arrive() Issue barrier.cluster.arrive.aligned. .. py:function:: cluster_wait() Issue barrier.cluster.wait.aligned. .. py:function:: cluster_sync() Issue cluster barrier arrive + wait (full synchronization). .. py:function:: block_rank_in_cluster() Return the 1-D rank of the calling CTA within its cluster (%%cluster_ctarank).