Commit b9e5229 1 parent b4cc350 commit b9e5229 Copy full SHA for b9e5229
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 24
24
25
25
CUDA_VERSION=11.8.0
26
26
NCCL_VERSION=2.16.5-1
27
- RAPIDS_VERSION=24.04
28
- DEV_RAPIDS_VERSION=24.06
27
+ RAPIDS_VERSION=24.06
28
+ DEV_RAPIDS_VERSION=24.08
29
29
SPARK_VERSION=3.5.1
30
30
JDK_VERSION=8
31
31
R_VERSION=4.3.2
Original file line number Diff line number Diff line change @@ -728,7 +728,7 @@ class RMMAllocator {
728
728
for (int i = 0 ; i < n_gpu; ++i) {
729
729
CHECK_EQ (cudaSetDevice (i), cudaSuccess);
730
730
cuda_mr.push_back (std::make_unique<CUDAMemoryResource>());
731
- pool_mr.push_back (std::make_unique<PoolMemoryResource>(cuda_mr[i].get ()));
731
+ pool_mr.push_back (std::make_unique<PoolMemoryResource>(cuda_mr[i].get (), 0ul ));
732
732
}
733
733
CHECK_EQ (cudaSetDevice (current_device), cudaSuccess);
734
734
}
You can’t perform that action at this time.
0 commit comments