mwillsey commented on pull request #6408:
URL: https://github.com/apache/incubator-tvm/pull/6408#issuecomment-695036860


   @gussmith23 unless things have changed on this branch, these work for me to 
build all of TVM and the rust bindings
   ```
   export TVM_HOME= ...your tvm path...
   export LLVM_CONFIG_PATH=$(which llvm-config)
   export LD_LIBRARY_PATH="$TVM_HOME/build/"
   export PYTHONPATH="$TVM_HOME/python:$TVM_HOME/topi/python:${PYTHONPATH}"
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to