You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by GitBox <gi...@apache.org> on 2021/04/15 04:39:10 UTC

[GitHub] [tvm] masahi commented on a change in pull request #7825: [TIR] Add a new intrinsic count leading zeros for LLVM and SPIR-V

masahi commented on a change in pull request #7825:
URL: https://github.com/apache/tvm/pull/7825#discussion_r613750709



##########
File path: src/target/intrin_rule.cc
##########
@@ -83,6 +83,8 @@ TVM_REGISTER_GLOBAL("tvm.intrin.rule.default.ceil").set_body(DispatchPureExtern<
 
 TVM_REGISTER_GLOBAL("tvm.intrin.rule.default.round").set_body(DispatchPureExtern<FloatSuffix>);
 
+TVM_REGISTER_GLOBAL("tvm.intrin.rule.default.clz").set_body(DispatchPureExtern<Direct>);

Review comment:
       ok I thought this default is required, but it doesn't seem so indeed. Removed.




-- 
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:
users@infra.apache.org