Add support for TensorRT-RTX by lanluo-nvidia · Pull Request #3753 · pytorch/TensorRT
--- /home/runner/work/TensorRT/TensorRT/tests/py/ts/integrations/test_trt_intercompatibility.py 2025-08-27 00:39:48.227435+00:00 +++ /home/runner/work/TensorRT/TensorRT/tests/py/ts/integrations/test_trt_intercompatibility.py 2025-08-27 00:40:20.832194+00:00 @@ -34,10 +34,11 @@ trt_engine = torchtrt.ts.convert_method_to_trt_engine( self.ts_model, "forward", **compile_spec ) import tensorrt as trt + TRT_LOGGER = trt.Logger(trt.Logger.WARNING) with trt.Runtime(TRT_LOGGER) as rt: engine = rt.deserialize_cuda_engine(trt_engine) with engine.create_execution_context() as ctx: out = torch.empty(