NicolaLancellotti opened a new pull request, #14485:
URL: https://github.com/apache/tvm/pull/14485

   I found that some models fail to compile with tvm when the target is: 
`compute-library, llvm -mtriple=aarch64-linux-gnu -mattr=+v8.2a,+neon`
   
   The error is:  `AttributeError: <class 'tvm.ir.expr.GlobalVar'> has no 
attribute name`.
   
   This patch checks if the attribute `name` exists before accessing it, and 
solves the compilation issues that I had, producing the expected result during 
the following inference.


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