masahi edited a comment on issue #6929:
URL: https://github.com/apache/incubator-tvm/issues/6929#issuecomment-728673244


   I can reproduce the error with cuda and llvm backend. For llvm, I get
   
   ```
     File "/home/masa/projects/dev/tvm/src/target/llvm/codegen_llvm.cc", line 
776
   TVMError: 
   ---------------------------------------------------------------
   An internal invariant was violated during the execution of TVM.
   Please read TVM's error reporting guidelines.
   More details can be found here: 
https://discuss.tvm.ai/t/error-reporting/7793.
   ---------------------------------------------------------------
     Check failed: f == false: Cannot find intrinsic declaration, possible type 
mismatch: llvm.exp
   ```
   
   Since `exp` intrin is declared at 
https://github.com/apache/incubator-tvm/blob/main/src/target/llvm/intrin_rule_llvm.cc#L36-L37,
 I wonder what the problem is.


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


Reply via email to