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 c3e195f commit 95d06c2Copy full SHA for 95d06c2
ggml/src/ggml-cuda/ggml-cuda.cu
@@ -3875,7 +3875,6 @@ ggml_backend_reg_t ggml_backend_cuda_reg() {
3875
dev_ctx->device = i;
3876
dev_ctx->name = GGML_CUDA_NAME + std::to_string(i);
3877
3878
- ggml_cuda_set_device(i);
3879
cudaDeviceProp prop;
3880
CUDA_CHECK(cudaGetDeviceProperties(&prop, i));
3881
dev_ctx->description = prop.name;
0 commit comments