We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28cfc0f commit 98ddb38Copy full SHA for 98ddb38
ggml/src/ggml-backend.c
@@ -467,7 +467,6 @@ GGML_CALL static void ggml_backend_registry_init(void) {
467
#endif
468
469
#ifdef GGML_USE_AMX
470
- printf("### ggml_use_amx from ggml-backend.c\n");
471
extern GGML_CALL void ggml_backend_amx_reg_devices(void);
472
ggml_backend_amx_reg_devices();
473
0 commit comments