Beya2019 opened a new pull request #8488:
URL: https://github.com/apache/tvm/pull/8488
support tir.abs
Tvm script call tir.abs() report error: Unregistered function tir.abs
tvm.tir.op.Op only resgister tir.fabs op in tvm/src/tir/op/op.cc , but
register tir.abs PackFunc through
TVM_REGISTER_GLOBAL("tir.abs").set_body_typed(tvm::abs); , so we add it in
intrin.py to call this PackFunc
@Hzfengsy Would you please have a look at this? Thanks very much.
--
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]