Open mycpuorg opened 2 years ago
The issue was fixed in TVM in this PR https://github.com/apache/tvm/pull/8607/files
Workaround:
edit 3rdparty/tvm/src/runtime/contrib/tensorrt/tensorrt_logger.h
and add noexcept
to log method on Line 42
void log(Severity severity, const char* msg) noexcept override {
@apivovarov Thanks!
DLR Build Machine (and target machine both) is NVidia Jetson Xavier AGX. Ubuntu 18.04 JetPack4.6
Software Info:
Steps