diff options
author | Georgi Gerganov <ggerganov@gmail.com> | 2024-06-04 21:23:20 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-04 21:23:20 +0300 |
commit | 554c247caffed64465f372661f2826640cb10430 (patch) | |
tree | ce211403d5746a5cde175247a806223e83e17375 /ggml-metal.h | |
parent | 0cd6bd3483fa66124b76a8a8ac794d9ee18c70c1 (diff) |
ggml : remove OpenCL (#7735)
ggml-ci
Diffstat (limited to 'ggml-metal.h')
-rw-r--r-- | ggml-metal.h | 2 |
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? // |