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 2a8b536 commit e801d5eCopy full SHA for e801d5e
1 file changed
cuda_core/cuda/core/experimental/_memory.py
@@ -318,13 +318,6 @@ class DeviceMemoryResource(MemoryResource):
318
Device ordinal for which a memory resource is constructed. The mempool that is
319
set to *current* on ``device_id`` is used. If no mempool is set to current yet,
320
the driver would use the *default* mempool on the device.
321
-
322
- Notes
323
- -----
324
- During initialization, this class automatically configures the memory pool's release
325
- threshold for improved performance. If the current threshold is 0 (default), it is
326
- set to the maximum value to prevent immediate memory release when there are no active
327
- allocations, which can cause performance degradation.
328
"""
329
330
__slots__ = ("_dev_id",)
0 commit comments