increase igpu cluster limit (#6159)

This commit is contained in:
Abhilash Majumder 2024-03-20 08:28:49 +05:30 committed by GitHub
parent 2dd32d61b7
commit dd2cb4edd5
1 changed files with 1 additions and 1 deletions

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