Can Modulus run on NVIDIA Jetson Orin NX/Nano modules? Their GPUs are built on the Ampere architecture but the memory interface/bandwidth as well as the GPU/Tensor Core count is significantly lower compared to the recommended GPUs; and Orin modules use the ARM instruction set, not x86.
Hi @igor_furoa
Thats correct, the Docker image is compiled on a x86 instruction set so it wont work on an ARM platform I would think. You can however use most of Modulus with a python (bare metal) install. Only things missing will be PySDF (for raytracing of tessellated geometries) and tiny-cuda-dnn (optimized NN library).
1 Like
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.