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