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 ce4df17 commit bd56886Copy full SHA for bd56886
ggml-cuda.cu
@@ -5853,6 +5853,8 @@ void ggml_init_cublas() {
5853
size_t treshold = UINT64_MAX;
5854
CUDA_CHECK(cudaMemPoolSetAttribute(g_cudaMemPools[id], cudaMemPoolAttrReleaseThreshold, &treshold));
5855
fprintf(stderr, ", CUDA memory pool is supported\n");
5856
+ } else {
5857
+ g_cudaMemPools[id] = nullptr;
5858
}
5859
} else {
5860
fprintf(stderr, ", CUDA memory pool is not supported\n");
0 commit comments