blob: 49b9011fc0bb59fa7525a03ba5d41e6a8efa17c9 [file] [log] [blame]
void textureBarrier_3d0f7e() {
DeviceMemoryBarrierWithGroupSync();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureBarrier_3d0f7e();
}