Description
I have multiple onnx models and I have converted them into tensorrt engines with different GPUs
I used GPUs with Cuda Compatibility 6.1, 7.5, 8.6 and Used TensorRT Versions 7.2.1 and 8.2.1
So I have 6 Engines per each onnx model.
- CC8.6 x TRT 7.2.1
- CC7.5 x TRT 7.2.1
- CC6.1 x TRT 7.2.1
- CC8.6 x TRT 8.2.1
- CC7.5 x TRT 8.2.1
- CC6.1 x TRT 8.2.1,
But every engines converted on CC8.6 GPUs output two different results.
Mean Average Error of the engines on CC8.6 GPU are close to 1e-2
But MAE of the other engines are close to 1e-5
It happens regardless of what trt versions and models are used.
Environment
TensorRT Version: 7.2.1, 8.2.1
GPU Type:
Nvidia Driver Version:
CUDA Version: CUDA 11.1
CUDNN Version: Cudnn 8.0 for TRT 7.2.1 , Cudnn 8.2 for TRT 8.2.1
Operating System + Version: ubuntu bionic
Python Version (if applicable): 3.7