blob: 1f80dfce8d5955cf464cc121467638c1e140e09c [file] [log] [blame]
void storageBarrier_d87211() {
DeviceMemoryBarrierWithGroupSync();
}
[numthreads(1, 1, 1)]
void compute_main() {
storageBarrier_d87211();
return;
}