ggml-blas: further cleanup
Signed-off-by: Aaron Teo <aaron.teo1@ibm.com>
This commit is contained in:
parent
46dea5da74
commit
04ed19bbc0
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Reference in New Issue