We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 477a66b commit 97870e6Copy full SHA for 97870e6
ggml/src/ggml-cuda/ggml-cuda.cu
@@ -3867,7 +3867,6 @@ ggml_backend_reg_t ggml_backend_cuda_reg() {
3867
dev_ctx->device = i;
3868
dev_ctx->name = GGML_CUDA_NAME + std::to_string(i);
3869
3870
- ggml_cuda_set_device(i);
3871
cudaDeviceProp prop;
3872
CUDA_CHECK(cudaGetDeviceProperties(&prop, i));
3873
dev_ctx->description = prop.name;
0 commit comments