From 89c37062a459b0b2c199adc4c6f48fb633b0346c Mon Sep 17 00:00:00 2001 From: Neo Zhang Jianyu Date: Wed, 20 Mar 2024 09:38:29 +0800 Subject: [PATCH] Update README-sycl.md Co-authored-by: AidanBeltonS <87009434+AidanBeltonS@users.noreply.github.com> --- README-sycl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README-sycl.md b/README-sycl.md index 7e2212dc1..f5405e129 100644 --- a/README-sycl.md +++ b/README-sycl.md @@ -274,7 +274,7 @@ found 6 SYCL devices: 4. Device selection and execution of llama.cpp -There are two modes to select device: +There are two device selection modes: - Single device: Use one device assigned by user. - Multiple devices: Detect and choose all devices which have same top Max compute units automatically.