Jetson agx orin yolov8 runtimeerror

环境配置完成,cuda、cudnn、pytorch、torchvision都显示安装完毕,运行yolov8、gpu模式出错
RuntimeError: CUDA error: no kernel image is available for execution on the device

CUDA kernel errors might be asynchronously reported at some other API call, so the stacktrace below might be incorrect.

For debugging consider passing CUDA_LAUNCH_BLOCKING=1.

Compile with TORCH_USE_CUDA_DSA to enable device-side assertions.

There is no update from you for a period, assuming this is not an issue any more.
Hence we are closing this topic. If need further support, please open a new one.
Thanks

Hi,

CUDA error: no kernel image is available for execution on the device

This error indicates your package doesn’t build with the Orin GPU architecture support.
Could you share how you installed PyTorch and TorchVision with us?

Thanks.