masahi edited a comment on pull request #10562: URL: https://github.com/apache/tvm/pull/10562#issuecomment-1064411599
Note that we even have relay / topi `searchsorted` op that does exactly the same lower / upper bound search. So adding a new intrinsic doesn't feel right to me. > block is not designed to do that I remember hearing that, one of the reasons `Block` was created was to abstract the details of tensorized instructions so that the rest of code don't need to care about it. Sounds like exactly the situation you are in. Here we are not talking about tensorized instruction but I don't really see a big difference. -- 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]
