W3cubDocs

/PyTorch 2.9

torch.cuda.memory.caching_allocator_delete

torch.cuda.memory.caching_allocator_delete(mem_ptr) [source]

Delete memory allocated using the CUDA memory allocator.

Memory allocated with caching_allocator_alloc(). is freed here. The associated device and stream are tracked inside the allocator.

Parameters

mem_ptr (int) – memory address to be freed by the allocator.

Note

See Memory management for more details about GPU memory management.

© 2025, PyTorch Contributors
PyTorch has a BSD-style license, as found in the LICENSE file.
https://docs.pytorch.org/docs/2.9/generated/torch.cuda.memory.caching_allocator_delete.html