blob: 8879f79963cbfc149d1118c6c9f34e3c58b5c8fe [file] [log] [blame]
void workgroupBarrier_a17f7f() {
GroupMemoryBarrierWithGroupSync();
}
[numthreads(1, 1, 1)]
void compute_main() {
workgroupBarrier_a17f7f();
return;
}