Halide icon indicating copy to clipboard operation
Halide copied to clipboard

Easy way to compile/install python bindings

Open qqaatw opened this issue 1 year ago • 3 comments

Hi,

AFAIK, Halide does not publish its binaries to pypi so I'm trying to compile the python bindings by following the readme here: https://github.com/halide/Halide/blob/main/README_python.md#compilation-instructions.

However, the compilation instruction is not very clear to me. In particular, can it be as detailed as the c++ build instructions here? I was able to compile the c++ library by following it.

I found another instruction on someone's page at the CSAIL website, but the content seems to be out-dated: https://people.csail.mit.edu/tzumao/tmp/learning_halide/installation.html

Any help/pointer would be highly appreciated!

qqaatw avatar Jun 25 '24 04:06 qqaatw

This is rapidly changing! Why not give this a try?

python -m pip install halide --pre --extra-index-url https://test.pypi.org/simple

alexreinking avatar Sep 05 '24 06:09 alexreinking

@qqaatw - please let me know if you encounter any issues with the package. There's still time for us to address them ahead of 19.0.0

alexreinking avatar Sep 06 '24 20:09 alexreinking

@qqaatw - please let me know if you encounter any issues with the package. There's still time for us to address them ahead of 19.0.0

Sure, thank you for your work!

qqaatw avatar Sep 08 '24 00:09 qqaatw