About lib MAGMA

Hi,
When I run a program on Xavier NX
Error:MAGMA library not found in compilation ,please rebuild with MAGMA
I learned that this library should be built into CUDA .But there’s no problem running on other computers
How can I solve this problem

Hi,

MAGMA by default doesn’t support Jetson device, which is an ARM system.
To install it on the Xavier, you will need to build it from the source.

Here is their installation guide for your reference:
http://icl.cs.utk.edu/projectsfiles/magma/doxygen/installing.html

Thanks.