bh107 / bohrium

Automatic parallelization of Python/NumPy, C, and C++ codes on Linux and MacOSX
http://www.bh107.org
Apache License 2.0
220 stars 31 forks source link

Missing Cuda installation file #640

Open odidev opened 2 years ago

odidev commented 2 years ago

Hi,

I am working on adding support to deploy bohrium Linux AArch64 wheels on PyPI. As a primary step, I am trying to build bohrium/manylinux:latest image using manylinux.dockerfile. This docker file internally uses cuda_8.0.44_linux.run to install cuda but the file is not present in this repository and here the build fails.

Please let me know if you are interested in releasing Linux AArch64 wheels to PyPI? If yes, please let me know where I can get cuda_8.0.44_linux.run file.