Aiming at cross-platform development in Python+numba for JetsonNano, recently installed cudatoolkit (cudatoolkit 10.1.243 h6bb024c_0) on host Ubuntu 18.04. For the project I used environment where other packages needed for the project are installed via conda, same channel, conda-forge.
When the packages in the environment are listed, there is no mention of cuda-cross-aarch64. Tried to find some helping tips, but none of the search results pointed to cross-platform development resources (compiler, linker) from conda packages. The search on Anaconda site for cuda-cross-aarch64 gave no results.
Is there a way to make the cross-platform development work (host Ubuntu 18.04, no cuda cores / GPU on the host + JetsonNano with cuda 10.0) with the cuda related packages from conda?