Replies: 2 comments
-
Welcome to Apache MXNet (incubating)! We are on a mission to democratize AI, and we are glad that you are contributing to it by opening this issue. |
Beta Was this translation helpful? Give feedback.
-
It works now, I had to modify the arch from 72 to 87 for Orin modules |
Beta Was this translation helpful? Give feedback.
-
Description
mxnet (1.9.1) is raising a cuda error with cuda 11.4 on Jetson AGX Orin series with Jetpack 5.0
Error Message
Check failed: err == cudaSuccess (209 vs. 0) : mxnet_generic_kernel ErrStr:no kernel image is available for execution on the device
To Reproduce
I ran the installation steps recommended for the jetson and built things manually from source with cuda path and other variables.
Everything went fine with the make and importing mxnet and version check. When I run the gpu check the error pops up.
What have you tried to solve it?
Environment
Ubuntu 20.04, Nvidia jetson AGX Orin developer kit
Environment Information
Beta Was this translation helpful? Give feedback.
All reactions