IRuntime::deserializeCudaEngine Error [arm64] #6102
-
Dear All, I noticed that when trying to run Autoware on Arm architecture some components are failing. Precisely, it seems related to tensor-rt failing to load the neural network models downloaded with the artifacts. Here one of the extract from the autoware log:
I don't see those errors when I run on x86 and I noticed that in the configuration files (arm64.env and amd64.env), the tensor-rt version is different between arm and x86 architectures. My machine is an Ampere Altra Development Platform with Ubuntu 22.04 and ROS-Humble. I put here some extra info about the nvidia-related libraries installed on the machine:
Any ideas? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @rt-2pm2 From your logs, I see you're using the latest release of To make this work, you can do one of the following:
|
Beta Was this translation helpful? Give feedback.
Hi @rt-2pm2
From your logs, I see you're using the latest release of
autoware_universe
. We recently added a feature that validates the TensorRT engine. If the version doesn't match, the engine is automatically rebuilt.To make this work, you can do one of the following:
autoware_data
directory, then launch Autoware again and wait for the engine to be rebuilt.