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 2020/06/25 12:08:27 UTC

[GitHub] [incubator-tvm] t-vi commented on pull request #5920: Two small fixes to AMDCPU codegen for LLVM 10+ and ROCm 3.5+

t-vi commented on pull request #5920:
URL: https://github.com/apache/incubator-tvm/pull/5920#issuecomment-649501459


   @masahi This is needed for the latest ROCm and also recent LLVM.
   Without it, the execution will fail with "symbol not found error", which probably is hard to decypher.
   
   I'm not particularly fond of needing to go through the device API, but I haven't found a better way, as the codegen wants to be compilable without having HIP installed.
   


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