I am currently working with the NVIDIA Aerial cuBB on an ARM-based system (GH200).
From the documentation, I understand that the MATLAB-based SDK does not support ARM architectures. However, in the end-to-end demo workflow, test vectors and Launch Patterns are required for proper operation.
This has left me a bit confused:
-
How are we supposed to generate test vectors when deploying on ARM-based systems like GH200?
-
Is the recommended approach to cross-generate the test vectors on an x86_64 system (since MATLAB Runtime only supports x86), and then move them over to the ARM target?
-
Or is there an alternative ARM-native flow for TV generation that I might be missing?