Hi, I am using AGX Orin with these env settings:
arch: arm64
OS: Ubuntu22.04
Jetpack6.0
CUDA toolkits: 12.5
And see this error when exec the testcases.
terminate called after throwing an instance of ‘thrust::THRUST_200400_520_NS::system::system_error’
what(): parallel_for failed: cudaErrorUnsupportedPtxVersion: the provided PTX was compiled with an unsupported toolchain.
The testcases work on my x86 machine with RTX4060 + CUDA toolkit 12.4.
Any solution for this?
Thanks