Create conda package for GDRCopy
Conda package for Holoscan (https://github.com/nvidia-holoscan/holoscan-sdk) is in the works, and it will depend on part of GDRCopy, i.e.libgdrapi.so. It would be great to have GDRCopy (or at least libgdrapi.so portion of it) generate the conda package for it.
Thank you, @billysuh7. conda is not in our support list. I will discuss with the team about your request and our future direction.
By the way, how do you manage today? Do you install GDRCopy separately since it is not available in conda?
Does the GDRCopy team already provide redists? We could start with that
See some binaries. Though the last one is CUDA 12.2
Is it possible to install GDRCopy strictly in user-space? Or are there kernel modules or other pieces needed?
Does the GDRCopy team already provide
redists? We could start with thatSee some binaries. Though the last one is CUDA 12.2
Is it possible to install GDRCopy strictly in user-space? Or are there kernel modules or other pieces needed?
Turns out, holoscan no longer needs GDRCopy as a dependency - it was needed by 3rdparty library being revended (UCX) by holoscan, but since conda does not allow it, once we have excluded these files, and the error went away.