cudaErrorUnsupportedPtxVersion: the provided PTX was compiled with an unsupported toolchain

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

Hi,

Do you re-compile the test case on Orin?
If yes, could you share the steps to reproduce?

Thanks.

Yes, I re-build the test case on Orin.
I’ll provide a reproducible code pkg ASAP.
Thanks!

Following on topic 294408:

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.