SERHAT YILMAZ
SERHAT YILMAZ
I downgraded my llvm version to 8.0.1 using brew but now getting some build failure, when building torch_tvm itself. here is the log from first error: ``` In file included...
@bwasti here is the version of `clang++` ``` $ clang++ --version clang version 8.0.1 (tags/RELEASE_801/final) Target: x86_64-apple-darwin18.7.0 Thread model: posix InstalledDir: /usr/local/opt/llvm/bin ```
I did rebuild both pytorch and tvm with clang++ which cleared recent errors but looks like there is one more error remaining: ```In file included from /Users/serhaty/local/tvm/torch_tvm/register.cpp:8: In file included...