This commit is contained in:
Awni Hannun
2026-01-14 11:59:09 -08:00
committed by GitHub
parent 2469fc2939
commit 47430159fc
+1 -1
View File
@@ -4,11 +4,11 @@
#ifndef __METAL_MEMORY_SCOPE_SYSTEM__
#define __METAL_MEMORY_SCOPE_SYSTEM__ 3
#endif
namespace metal {
constexpr constant metal::thread_scope thread_scope_system =
static_cast<thread_scope>(__METAL_MEMORY_SCOPE_SYSTEM__);
}
#endif
#include <metal_atomic>