vinx13 commented on a change in pull request #4234: Auto TensorCore CodeGen
URL: https://github.com/apache/incubator-tvm/pull/4234#discussion_r343774224
##########
File path: src/api/api_pass.cc
##########
@@ -94,6 +94,13 @@ TVM_REGISTER_API("ir_pass.StorageFlatten")
}
});
+TVM_REGISTER_API("ir_pass.RewriteForTensorCore")
+.set_body([](TVMArgs args, TVMRetValue *ret) {
Review comment:
we can use `set_body_typed`
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services