summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbhilash Majumder <30946547+abhilash1910@users.noreply.github.com>2024-03-20 08:28:49 +0530
committerGitHub <noreply@github.com>2024-03-20 08:28:49 +0530
commitd26e8b669dbf1f5f5a0afe4d2d885e86cf566302 (patch)
treea80d8ce7050bd44e3b3ebc35dbca32eceb95f710
parentd8b009a9456bf5284376149f3deb09300a37701a (diff)
increase igpu cluster limit (#6159)
-rw-r--r--ggml-sycl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ggml-sycl.h b/ggml-sycl.h
index c549a64a..1c9d5211 100644
--- a/ggml-sycl.h
+++ b/ggml-sycl.h
@@ -13,7 +13,7 @@
extern "C" {
#endif
-#define GGML_SYCL_MAX_DEVICES 16
+#define GGML_SYCL_MAX_DEVICES 48
#define GGML_SYCL_NAME "SYCL"
GGML_API void ggml_init_sycl(void);