Junru Shao
Junru Shao
I didn’t see anything missing from your script. You may set USE_METAL to ON, but it shouldn’t have any impact on compilation time at all. I tested out on my...
BTW, what's your output of: ``` python -c "import platform; print(platform.platform())" ```
@NullCodex should be the one inside `build/`. you will need to do `cd build/` before running make
@NullCodex there should be at least some cmake generated files under `build/` right? they should be generated by those commands: ``` # create the build directory rm -rf build &&...
@NullCodex you need to do "cmake .." before running "make -j8"
@NullCodex looks like your compilation succeeds given `libtvm.dylib` pops up 🎉
Shall we merge?
This is awesome! Thanks for the PR!
This is a symbol conflict in LLVM symbols between PyTorch and TVM, as both are linked against different versions of LLVM
CC: @spectrometerHBH