zhiics commented on a change in pull request #5770:
URL: https://github.com/apache/incubator-tvm/pull/5770#discussion_r439203922
##########
File path: src/relay/backend/contrib/dnnl/codegen.cc
##########
@@ -392,22 +381,46 @@ class DNNLModuleCodegen : public CSourceModuleCodegenBase
{
code_stream_ << "using namespace tvm::runtime::contrib;\n";
code_stream_ << "\n";
+ String func_symbol("all");
Review comment:
I think it is okay that this is code a bit redundant to the one in
c_codegen, because we are planning to remove this in the followup PRs and
replace it with a json runtime.
----------------------------------------------------------------
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]