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 2022/04/28 10:23:06 UTC

[GitHub] [tvm] pfk-beta opened a new issue, #11158: [Bug] tvmc compiler - missing target_host argument

pfk-beta opened a new issue, #11158:
URL: https://github.com/apache/tvm/issues/11158

   Hello,
   
   I'm trying to compile module for opencl backend. I'm encounter errors:
   ```
   /usr/bin/ld: /tmp/tmp9sycy8oy/lib.o: Relocations in generic ELF (EM: 62)
   /usr/bin/ld: /tmp/tmp9sycy8oy/lib.o: Relocations in generic ELF (EM: 62)
   ```
   In one of discuss threads I've read, that I have to set target_host ( https://discuss.tvm.apache.org/t/cant-run-rpc-gpu-tutorial-on-my-own-device/564/3 ). So I look into compiler.py, and see that argparse argument for target_host is missing, and comiler function is setting target_host to None (sic!).


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

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