Darshvino opened a new issue, #13850:
URL: https://github.com/apache/tvm/issues/13850

   Hi TVM team,
   
   I am writing a custom operator in TVM and adding a Tensorize schedule for 
its execution. I See that we can use the LLVM intrinsics(for example:` 
llvm.aarch64.neon.uaddlp`, `llvm.aarch64.neon.addp`) through 
**tvm.tir.call_llvm_pure_intrin()** call. I just wanted to know if we can use 
directly the instruction instead of Intrinsic(for example: %3 = `mul <8 x i16> 
%1, %0` for `vmulq_u16`).
   
   Look forward to your reply.
   
   Thanks
   


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