manupa-arm commented on a change in pull request #9565:
URL: https://github.com/apache/tvm/pull/9565#discussion_r783271987
##########
File path: src/target/source/codegen_source_base.cc
##########
@@ -113,5 +113,15 @@ void CodeGenSourceBase::EndScope(int scope_id) {
indent_ -= 2;
}
+std::string CodeGenSourceBase::SanitiseName(std::string name) {
Review comment:
Ah, I missed this one. Yes its better to use that. corrected
--
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]