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 45451e2 commit 419052eCopy full SHA for 419052e
ggml/src/ggml-amx.cpp
@@ -446,7 +446,7 @@ ggml_backend_reg_t ggml_backend_amx_reg(void) {
446
447
#else // if defined(__AMX_INT8__)
448
449
-ggml_backend_t ggml_backend_amx_init(int n_threads) {
+ggml_backend_t ggml_backend_amx_init(void) {
450
fprintf(stderr, "GGML is not compiled with AMX support!\n");
451
return ggml_backend_t{};
452
0 commit comments