You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by "vinx13 (via GitHub)" <gi...@apache.org> on 2023/01/26 21:52:56 UTC

[GitHub] [tvm] vinx13 commented on issue #13850: Use of Instruction instead of LLVM intrinsic in Tensorize schedule

vinx13 commented on issue #13850:
URL: https://github.com/apache/tvm/issues/13850#issuecomment-1405716521

   In this case you don't need to tensorize. If you tile the loop (using factor=8 as indicated by the instruction size) and vectorize it, llvm mul will be generated


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