blob: daafd40a2b064104b657e9632da2099f2de59e03 [file] [log] [blame]
#include <metal_stdlib>
using namespace metal;
void storageBarrier_d87211() {
threadgroup_barrier(mem_flags::mem_device);
}
kernel void compute_main() {
storageBarrier_d87211();
return;
}