Attempt to recreate fastfilters using halide with similar performance
Download halide distro
Unpack to vendor/Halide
directory
To fetch pybind11
git submodule init && git submodule update
mkdir build
cd build
cmake ..
make
Attempt to recreate fastfilters using halide with similar performance
Download halide distro
Unpack to vendor/Halide
directory
To fetch pybind11
git submodule init && git submodule update
mkdir build
cd build
cmake ..
make