cyrusbehr / tensorrt-cpp-api

TensorRT C++ API Tutorial
MIT License
577 stars 72 forks source link

problem with destructors #13

Closed Egorundel closed 1 year ago

Egorundel commented 1 year ago

Hi, what could be the problem? Does not work engine.cpp :(

Screenshot from 2023-06-27 16-06-55

cyrusbehr commented 1 year ago

What version of TensorRT did you link?

Egorundel commented 1 year ago

@cyrusbehr TensorRT 7.x.x. Your code doesn't work with this version?

cyrusbehr commented 1 year ago

My implementation requires TensorRT 8, so that's probably why you are getting those errors.

image

Please upgrade your TensorRT version and if you still have issues, reopen the issue.