Skip to content

Commit 9504b9f

Browse files
committed
minor change
1 parent 47b1a74 commit 9504b9f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

ggml/src/ggml-amx/mmq.cpp

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2450,11 +2450,8 @@ void ggml_backend_amx_mul_mat(ggml_backend_amx_context * ctx, struct ggml_tensor
24502450
#else // if defined(__AMX_INT8__)
24512451

24522452
void ggml_backend_amx_mul_mat(ggml_backend_amx_context * ctx, struct ggml_tensor * dst) {
2453+
GGML_UNUSED(ctx);
24532454
GGML_UNUSED(dst);
2454-
GGML_UNUSED(nth);
2455-
GGML_UNUSED(ith);
2456-
GGML_UNUSED(wdata);
2457-
GGML_UNUSED(wsize);
24582455
fprintf(stderr, "GGML is not compiled with AMX support!\n");
24592456
}
24602457

0 commit comments

Comments
 (0)