Skip to content

Commit

Permalink
minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
mingfeima committed Sep 18, 2024
1 parent 47b1a74 commit 9504b9f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions ggml/src/ggml-amx/mmq.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2450,11 +2450,8 @@ void ggml_backend_amx_mul_mat(ggml_backend_amx_context * ctx, struct ggml_tensor
#else // if defined(__AMX_INT8__)

void ggml_backend_amx_mul_mat(ggml_backend_amx_context * ctx, struct ggml_tensor * dst) {
GGML_UNUSED(ctx);
GGML_UNUSED(dst);
GGML_UNUSED(nth);
GGML_UNUSED(ith);
GGML_UNUSED(wdata);
GGML_UNUSED(wsize);
fprintf(stderr, "GGML is not compiled with AMX support!\n");
}

Expand Down

0 comments on commit 9504b9f

Please sign in to comment.