Skip to main content
Run any Skill in Manus
with one click
$pwd:

barrier-visualization

// Produce a structured barrier report for AutoWS (automatic warp specialization) IR. Use when the user wants to visualize, audit, or debug barrier usage across warp-specialized partitions, or when debugging a GPU kernel hang (deadlock). For hangs, first dump IR using the ir-debugging skill, then run this barrier analysis to identify mismatched arrive/wait counts, missing backward barriers, or other synchronization issues that cause deadlocks. Covers mbarriers, named barriers, tcgen05 commit, TMA-implicit arrives, Aref-based synchronization, and producer/consumer barrier patterns.

$ git log --oneline --stat
stars:170
forks:51
updated:April 13, 2026 at 21:06
File Explorer
2 files
SKILL.md
readonly