rake icon indicating copy to clipboard operation
rake copied to clipboard

Miss rake-halide repo

Open vikablask90 opened this issue 2 years ago • 2 comments

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.

vikablask90 avatar Mar 08 '22 07:03 vikablask90

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.

maaz139 avatar Mar 08 '22 17:03 maaz139

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.

vikablask90 avatar Mar 08 '22 23:03 vikablask90