mirror of
https://github.com/ggml-org/llama.cpp.git
synced 2026-07-23 11:10:55 -05: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