blob: 7eb8c9b6ded703f1f29f6b76719536b134875475 [file] [log] [blame]
SKIP: FAILED
void textureBarrier_3d0f7e() {
DeviceMemoryBarrierWithGroupSync();
}
[numthreads(1, 1, 1)]
void compute_main() {
textureBarrier_3d0f7e();
return;
}