Skip to content

Commit

Permalink
Disabling the cuDF default pinned pool for 24.06
Browse files Browse the repository at this point in the history
Signed-off-by: Alessandro Bellina <abellina@nvidia.com>
  • Loading branch information
abellina committed May 14, 2024
1 parent 260c63e commit eec462e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -447,6 +447,8 @@ object GpuDeviceManager extends Logging {
} else {
(conf.pinnedPoolSize, -1L)
}
// disable the cuDF provided default pinned pool for now
PinnedMemoryPool.configureDefaultCudfPinnedPoolSize(0L)
if (!PinnedMemoryPool.isInitialized && pinnedSize > 0) {
logInfo(s"Initializing pinned memory pool (${pinnedSize / 1024 / 1024.0} MiB)")
PinnedMemoryPool.initialize(pinnedSize, gpuId, setCuioDefaultResource)
Expand Down

0 comments on commit eec462e

Please sign in to comment.