You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
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.
The text was updated successfully, but these errors were encountered: