Charles Coulombe
Charles Coulombe
I stay as far away as possible of Conda but sure I can help to provide generic doc, since it does easily install in a _standard_ python env.
On linux with python 3.7.4, only the filename is returned: ``` ~ $ python -V Python 3.7.4 ~ $ python -c "from ctypes.util import find_library; print(find_library('cudart'))" libcudart.so.10.1 ``` That is...
I do not know the reasons why to build the static by default (I suspect distribution?), I mainly see the inverse, dynamic by default and static activated on demand, when...
This issue is very old. Using a recent CMake works per my tests (when static libs are available). I'll refactor a little bit the PR to include the static part....
Done, now the static executable find a static BLAS if available.
We provide optimized wheels/software for our HPC systems. Manylinux wheels are generic wheels or say less-optimized that can run mostly everywhere. And Conda is to be avoided at all costs...
Any work towards this?
fyi, building from f9778ad325feb34fc325c235b883421f4cb8fa17 works with python 3.9 and cuda 11.4. The release for v0.5.4 does not build. The fix is https://github.com/NVIDIA/MinkowskiEngine/issues/414
As mentionned, you can use the HEAD to build from: ``` git clone https://github.com/NVIDIA/MinkowskiEngine.git cd MinkowskiEngine TORCH_CUDA_ARCH_LIST="7.5" python setup.py install ```
Hmm sorry for missing these replies. Indeed the PR is moot now by adding libdeflate to the required libraries. Still, having the flexibility to hint which libraries (e.g. htslib) is...