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: [email protected]

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

Reply via email to