summaryrefslogtreecommitdiff
path: root/ggml-metal.h
diff options
context:
space:
mode:
authorGeorgi Gerganov <ggerganov@gmail.com>2024-06-04 21:23:20 +0300
committerGitHub <noreply@github.com>2024-06-04 21:23:20 +0300
commit554c247caffed64465f372661f2826640cb10430 (patch)
treece211403d5746a5cde175247a806223e83e17375 /ggml-metal.h
parent0cd6bd3483fa66124b76a8a8ac794d9ee18c70c1 (diff)
ggml : remove OpenCL (#7735)
ggml-ci
Diffstat (limited to 'ggml-metal.h')
-rw-r--r--ggml-metal.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml-metal.h b/ggml-metal.h
index a5c54218..e7543ae7 100644
--- a/ggml-metal.h
+++ b/ggml-metal.h
@@ -1,7 +1,7 @@
// An interface allowing to compute ggml_cgraph with Metal
//
// This is a fully functional interface that extends ggml with GPU support for Apple devices.
-// A similar interface can be created for other GPU backends (e.g. Vulkan, CUDA, OpenCL, etc.)
+// A similar interface can be created for other GPU backends (e.g. Vulkan, CUDA, etc.)
//
// How it works?
//