increase igpu cluster limit (#6159)

This commit is contained in:
Abhilash Majumder
2024-03-20 08:28:49 +05:30
committed by GitHub
parent d8b009a945
commit d26e8b669d

View File

@ -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);