Replies: 1 comment 2 replies
-
The CUDA version used by Autoware is 11.6. Since your local environment is using CUDA 11.4, it may not work properly. Please install CUDA 11.6 on your local system and try running it again. Line 6 in a91c19a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The following error occurs when running lidar centerpoint.
[single_inference_lidar_centerpoint_node-1] terminate called after throwing an instance of 'thrust::system::detail::bad_alloc'
[single_inference_lidar_centerpoint_node-1] what(): std::bad_alloc: cudaErrorUnsupportedPtxVersion: the provided PTX was compiled with an unsupported toolchain.
How can fix it?
Platform : Jetson Orin
Os : Jetpack5.1.1
Cuda : 11.4
Only running in container
docker container : ghcr.io/autowarefoundation/autoware-universe:latest-cuda
Beta Was this translation helpful? Give feedback.
All reactions