You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/11/03 21:00:13 UTC

[GitHub] [tvm] mehrdadh opened a new pull request #9440: [libinfo] Add "build*" path to dll_path to fix path issue on microtvm reference virtualbox

mehrdadh opened a new pull request #9440:
URL: https://github.com/apache/tvm/pull/9440


   instead of only adding `build` to dll_path, this patch adds any directory starts with `build` to support build directories for microtvm RVM such as `build-microtvm-zephyr` and `build-microtvm-arduino`.
   
   cc @areusch @leandron 


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] mehrdadh closed pull request #9440: [Hotfix][libinfo] Add "build*" path to dll_path to fix path issue on microtvm reference virtualbox

Posted by GitBox <gi...@apache.org>.
mehrdadh closed pull request #9440:
URL: https://github.com/apache/tvm/pull/9440


   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [tvm] mehrdadh commented on pull request #9440: [Hotfix][libinfo] Add "build*" path to dll_path to fix path issue on microtvm reference virtualbox

Posted by GitBox <gi...@apache.org>.
mehrdadh commented on pull request #9440:
URL: https://github.com/apache/tvm/pull/9440#issuecomment-961182975


   the issue was due to `vagrant ssh -c` command which `ssh` doesn't source .bashrc and therefore `TVM_LIBRARY_PATH` was missing. Fixed it by sourcing .bashrc before each pytest command.
   


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@tvm.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org