tqchen commented on PR #16425: URL: https://github.com/apache/tvm/pull/16425#issuecomment-2059781680
I am also getting additional errors like ``` python test.py [15:23:28] /home/tqchen/github/tvm/src/target/parsers/aprofile.cc:97: Warning: Cannot parse target features. LLVM was not compiled with support for Arm(R)-based targets. [15:23:28] /home/tqchen/github/tvm/src/target/parsers/aprofile.cc:97: Warning: Cannot parse target features. LLVM was not compiled with support for Arm(R)-based targets. ``` this is on a LLVM that was built for rocm. We should not send out an error message during static loading time if ARM target is not used, and only have such error message when we attempt to use tags in aprofile -- 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]
