Hi,i try to run an algorithm with TensorRT.
Decoding by deepstream,and gpu data was pushed into our algorithm.
The algorithm is work on x86 platform with TensorRT v4.0.4 and cuda v9.0
but xavier installed by jetpack 4.1 with TensorRT v5.0.3 and cuda v10.0
Is there something needed to check?
Hi,
CUDA error 11 is invalid value.
This is caused by incorrect parameters passed to the API call is not within an acceptable range of values.
Here is a relevant topic for your reference:
[url]https://devtalk.nvidia.com/default/topic/1045150/tensorrt/tensorrt5-int8-ssd-failed/post/5303089/#5303089[/url]
Thanks.
thanks for your reply.