-
Notifications
You must be signed in to change notification settings - Fork 131
[FEA] Better support for CONDA on Embedded GPUs #141
Comments
@kkraus14 @mike-wendt thoughts for RAPIDS on Arm in general, can someone add Jason as well (@awthomp) |
This PR originates with a "more supported" delivery mechanism to cuSignal on aarch64 and involves, I think, 2 main things:
|
I was able to get cuSignal up and running using minforge. We can file a PR to change our installation docs and default to miniconda in the future. Nevertheless, the process was the same as delinated here: To install miniconda on the TX2:
I'll submit a PR to update the README install instructions to make use of minforge over conda4aarch64. |
Confirming that I have gotten miniforge to work on the AIR-T (Jetson TX2) which is based on L4T 32.2.1. |
Well we would actually need [1] - AnacondaRecipes/cudatoolkit-feedstock#3 |
Have a look at my github. These feedstocks are about to be worked in to RAPIDS proper soon. Also, I have all the packages you need in my Anaconda channel. https://anaconda.org/rocketsocket/ These are about to be released in a docker container that is aarch64. |
@jakirkham curious on why an NVIDIA CUDA Docker image for aarch64 is a prerequisites on an embedded platform. |
This might be due to my ignorance in how conda packages are actually built and released, but isn't there a way for these aarch64 packages to use the system CUDA toolkit installed via JetPack? In our cusignal Jetson conda install instructions, the only dependency that can't be satisfied on aarch64 is cupy, but a simple |
I'm working on getting Jetsons with JetPack integrated with gpuCI. Will probably be another week with other priorities at the moment. From there we can build bare-metal (so no need for the container), but I will need to create a CTK for aarch64. I have the recipes to do that, but need to get the Jetson AGXs connected to gpuCI first to do the builds. |
Using the Conda |
Thanks Jason! 😄 |
This issue has been marked stale due to no recent activity in the past 30d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be marked rotten if there is no activity in the next 60d. |
This issue has been marked rotten due to no recent activity in the past 90d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. |
Closing issue and tracking #59 |
Can we test and potentially make this conda environment the official version for cuSignal?
https://github.com/conda-forge/miniforge.
The text was updated successfully, but these errors were encountered: