ggml-blas: further cleanup

Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
Aaron Teo 2025-12-14 23:37:56 +08:00
parent 46dea5da74
commit 04ed19bbc0
No known key found for this signature in database
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,8 @@ static enum ggml_status ggml_backend_blas_buffer_init_tensor(
}
return GGML_STATUS_SUCCESS;
GGML_UNUSED(buffer);
}
static void ggml_backend_blas_buffer_memset_tensor(
@ -170,6 +172,8 @@ static void ggml_backend_blas_buffer_set_tensor(
buft_ctx->tasks.clear();
#endif
}
GGML_UNUSED(nb00);
}
static void ggml_backend_blas_buffer_get_tensor(