Draft: Add support for TRT 10.X.X
Compare changes
Some changes are not shown
For a faster browsing experience, some files are collapsed by default.
Files
18+ 1035
− 0
Files with large changes are collapsed by default.
This MR aims to add support for newer versions of TensorRT, either by creating aidge_export_tensorrt/static/tensorrt_10.X.X
or by putting guards as in N2D2.
Added tensorrt_10.5
folder which is for now just a copy of tensorrt_8.6
folder in static/
directory. The Makefile
and Dockerfile
have been modified to facilitate working with TRT 10.5.
x
trt_version
parameter.When exporting a model with the specified version 10.5
, the src/
directory contains Dockerfiles for both versions 8.6
and 10.5
:
import aidge_export_tensorrt
aidge_export_tensorrt.export("export", "model.onnx", trt_version= "10.5")
For a faster browsing experience, some files are collapsed by default.
Files with large changes are collapsed by default.
Copyright © Eclipse Foundation, Inc. All Rights Reserved. Privacy Policy | Terms of Use | Copyright Agent