-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Closed
Labels
triagedIssue has been triaged by maintainersIssue has been triaged by maintainers
Description
Description
cpu memory leak when change batch with setDeviceMemory
Environment
TensorRT Version: 7.2.2.3
NVIDIA GPU: T4
NVIDIA Driver Version: 470.57.02
CUDA Version: 11.4
CUDNN Version: 8.2.1
Operating System: Ubuntu 18.04.5
Python Version (if applicable):
Tensorflow Version (if applicable):
PyTorch Version (if applicable):
Baremetal or Container (if so, version):
Relevant Files
Steps To Reproduce
instance context with createExecutionContextWithoutDeviceMemory
call setDeviceMemory to set pointer when batch changed
asan and tcmalloc show that setDeviceMemory -> cudnnCreatePoolingDescriptor lead to memory leak
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
triagedIssue has been triaged by maintainersIssue has been triaged by maintainers

