mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-09-11 04:56:56 +02:00
nits
This commit is contained in:
@@ -5600,6 +5600,7 @@ static bool ggml_backend_cuda_device_reset(ggml_backend_dev_t dev) {
|
||||
auto & device = dev_ctx->device;
|
||||
CUDA_CHECK(cudaSetDevice(device));
|
||||
CUDA_CHECK(cudaDeviceReset());
|
||||
return true;
|
||||
}
|
||||
|
||||
static const ggml_backend_device_i ggml_backend_cuda_device_interface = {
|
||||
|
||||
Reference in New Issue
Block a user