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 2020/07/24 16:53:17 UTC

[GitHub] [incubator-tvm] jwfromm commented on a change in pull request #6131: [FIX] Clear relay cache after every build & Clear warning message cache after autotvm task extraction

jwfromm commented on a change in pull request #6131:
URL: https://github.com/apache/incubator-tvm/pull/6131#discussion_r460172911



##########
File path: src/relay/backend/compile_engine.cc
##########
@@ -770,7 +770,7 @@ class CompileEngineImpl : public CompileEngineNode {
 };
 
 /*! \brief The global compile engine */
-const CompileEngine& CompileEngine::Global() {
+CompileEngine& CompileEngine::Global() {

Review comment:
       What's the reason for dropping the `const` here?




----------------------------------------------------------------
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