Skip to content

zink: Switch to scoped barriers

Alyssa Rosenzweig requested to merge alyssa/mesa:zink/debarrier into main

Rather than translate piles of discrete memory_barrier/control_barrier instructions, translate the unified scoped_barrier which maps almost directly to SPIR-V's barrier. Yes, this means I cheated off vtn for the implementation.

Signed-off-by: Alyssa Rosenzweig alyssa@rosenzweig.io

Merge request reports