For the complete documentation index, see llms.txt. Markdown versions of all pages are available by appending .md to any URL (e.g. /get-started.md).
Mojo function
compute_clc_barrier_counts
def compute_clc_barrier_counts[SCHEDULER_THREADS: Int, TMA_LOAD_THREADS: Int, MMA_THREADS: Int, EPILOGUE_THREADS: Int, CLUSTER_SIZE: Int, cta_group: Int]() -> StaticTuple[Int, 4]
Compute CLC barrier arrival counts.
Returns:
StaticTuple[Int, 4]: StaticTuple of (producer, consumer, throttle_producer, throttle_consumer).