halide / Halide

a language for fast, portable data-parallel computation
https://halide-lang.org
Other
5.91k stars 1.07k forks source link

Document how to find Halide from a pip installation #8411

Closed alexreinking closed 2 months ago

alexreinking commented 2 months ago

Adds a function install_dir() to the Python package to aid other build systems in finding the Halide install root.

Documents how to find Halide using CMake from the pip package, too.