rake
rake copied to clipboard
Miss rake-halide repo
Dear author, I found rake-halide (https://github.com/uwplse/rake-halide) is a private repo when I was going through the tutorial. It would be great if you could also open source that repo. Thanks a lot.
Thanks for bringing this to my attention! If you are using the artifact branch, it includes a copy of our Halide fork here. I'll adjust the visibility of the main repo today as well.
Thanks for your quick response.
The docker file really helps. As I went through the docker file, everything goes well except one linking error regarding NVPTX. I simply changed the Makefile in both rake-halide and halide-12.0.0:
from WITH_NVPTX ?= $(findstring nvptx, $(LLVM_COMPONENTS))
to WITH_NVPTX=
and everything works. Just noted this if other people find this problem as well.
Thank you.