ringwraith

Results 3 comments of ringwraith

> ``` > diff --git a/source/device/tensorrt/trt_limit.hpp b/source/device/tensorrt/trt_limit.hpp > index 0a9402e7..396d2834 100644 > --- a/source/device/tensorrt/trt_limit.hpp > +++ b/source/device/tensorrt/trt_limit.hpp > @@ -88,7 +88,7 @@ const int trt_supported_ops[] = { > // OP_GRU,...

+++ b/source/device/tensorrt/trt_helper.hpp @@ -100,7 +100,7 @@ public: Logger(nvinfer1::ILogger::Severity severity = nvinfer1::ILogger::Severity::kINFO) : severity_(severity){}; - void log(Severity severity, const char* msg) override + void log(Severity severity, const char* msg) noexcept override