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/10/08 14:52:35 UTC

[GitHub] [tvm] kparzysz-quic commented on pull request #9220: [Hexagon] Add hexagon launcher to apps and add to TVM's build system

kparzysz-quic commented on pull request #9220:
URL: https://github.com/apache/tvm/pull/9220#issuecomment-938704198


   This is great!
   
   I just started testing it, and the first thing I saw was a bunch of warnings from the Android NDK cmake:
   ```
   ndk-bundle/build/cmake/android.toolchain.cmake:449 (message):
     An old version of CMake is being used that cannot automatically detect
     compiler attributes.  Compiler identification is being bypassed.  Some
     values may be wrong or missing.  Update to CMake 3.19 or newer to use
     CMake's built-in compiler identification.
   ```
   I'm using cmake 3.17, the NDK bundle version in my SDK is 22.1.7171670.  These warning are most likely safe to ignore, but maybe there could be a note about it somewhere?  Your call, I'm fine either way.


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