Skip to content

Commit d26e8b6

Browse files
authored
increase igpu cluster limit (#6159)
1 parent d8b009a commit d26e8b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml-sycl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
extern "C" {
1414
#endif
1515

16-
#define GGML_SYCL_MAX_DEVICES 16
16+
#define GGML_SYCL_MAX_DEVICES 48
1717
#define GGML_SYCL_NAME "SYCL"
1818

1919
GGML_API void ggml_init_sycl(void);

0 commit comments

Comments
 (0)