FrozenGene commented on a change in pull request #4657: [CodeGen] Generate blob 
use LLVM directly
URL: https://github.com/apache/incubator-tvm/pull/4657#discussion_r364391776
 
 

 ##########
 File path: python/tvm/build_module.py
 ##########
 @@ -632,6 +632,10 @@ def build(inputs,
     if not target_host:
         target_host = "llvm" if module.enabled("llvm") else "stackvm"
 
+    # set the target host based on llvm
 
 Review comment:
   See my follow comment of this, I think it should answer why we can not use 
```target.create("llvm")``` simply.

----------------------------------------------------------------
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:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to