From a469431cab10ea22158c2ed60d05fd227b3b2b13 Mon Sep 17 00:00:00 2001 From: Neo Zhang Jianyu Date: Thu, 14 Mar 2024 09:56:48 +0800 Subject: [PATCH] fix grammar issue Co-authored-by: AidanBeltonS <87009434+AidanBeltonS@users.noreply.github.com> --- ggml-sycl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ggml-sycl.cpp b/ggml-sycl.cpp index a57cd25c1..2e22e1657 100644 --- a/ggml-sycl.cpp +++ b/ggml-sycl.cpp @@ -3474,7 +3474,7 @@ class sycl_gpu_mgr { std::string gpus_list = ""; /* - Use all GPU with same top max compute units + Use all GPUs with same top max compute units */ sycl_gpu_mgr() { detect_sycl_gpu_list_with_max_cu();