You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when I using nvinfer::IBuilder = nvinfer1::createInferBuilder (logger) to create a model engine, it seems a CPU Memory leak.
the full code is shown below.
build the code and run, I see the memory printed as
so it seems like a CPU memory leak by createInferBuilder API or IBuilder pointer.
do you have any suggestion here? thanks.
Environment
TensorRT Version: 10.5.0
NVIDIA GPU: 4060
NVIDIA Driver Version: 560.35.03
CUDA Version: 12.4
CUDNN Version: --
Operating System:
Python Version (if applicable):
Tensorflow Version (if applicable):
PyTorch Version (if applicable):
Baremetal or Container (if so, version):
Steps To Reproduce
just build the code and run it.
The text was updated successfully, but these errors were encountered:
@Iridium771110 Thank you for reporting this issue. Some CUDA resources such as kernels are released when the process terminated. So the measurement is inaccurate.
As @lix19937 , if you think there is a memory leak, please use valgrind to detect and confirm.
I am going to close this ticket since it's a false alarm. Feel free to reopen if any further concerns.
Description
when I using nvinfer::IBuilder = nvinfer1::createInferBuilder (logger) to create a model engine, it seems a CPU Memory leak.
the full code is shown below.
build the code and run, I see the memory printed as
so it seems like a CPU memory leak by createInferBuilder API or IBuilder pointer.
do you have any suggestion here? thanks.
Environment
TensorRT Version: 10.5.0
NVIDIA GPU: 4060
NVIDIA Driver Version: 560.35.03
CUDA Version: 12.4
CUDNN Version: --
Operating System:
Python Version (if applicable):
Tensorflow Version (if applicable):
PyTorch Version (if applicable):
Baremetal or Container (if so, version):
Steps To Reproduce
just build the code and run it.
The text was updated successfully, but these errors were encountered: