From 554c247caffed64465f372661f2826640cb10430 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Tue, 4 Jun 2024 21:23:20 +0300 Subject: ggml : remove OpenCL (#7735) ggml-ci --- ggml-metal.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ggml-metal.h') 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? // -- cgit v1.2.3