uwplse / rake

compiling DSLs to high-level hardware instructions
19 stars 4 forks source link

Miss rake-halide repo #2

Open vikablask90 opened 2 years ago

vikablask90 commented 2 years ago

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.

maaz139 commented 2 years ago

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.

vikablask90 commented 2 years ago

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.