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