We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c3db048 commit 902368aCopy full SHA for 902368a
ggml/src/ggml-metal/ggml-metal.m
@@ -19,6 +19,10 @@
19
// max number of MTLCommandBuffer used to submit a graph for processing
20
#define GGML_METAL_MAX_COMMAND_BUFFERS 8
21
22
+#ifndef TARGET_OS_VISION
23
+#define TARGET_OS_VISION 0
24
+#endif
25
+
26
// create residency sets only on macOS >= 15.0
27
#if TARGET_OS_OSX && __MAC_OS_X_VERSION_MAX_ALLOWED >= 150000 || \
28
TARGET_OS_IOS && __IPHONE_OS_VERSION_MAX_ALLOWED >= 180000 || \
0 commit comments