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/01/17 04:12:57 UTC

[GitHub] [incubator-tvm] tqchen opened a new pull request #4730: [TOOLS] JSON upgrader to upgrade serialized json.

tqchen opened a new pull request #4730: [TOOLS] JSON upgrader to upgrade serialized json.
URL: https://github.com/apache/incubator-tvm/pull/4730
 
 
   During Unified IR refactor we will change the structure of IRs.
   This will cause certain historical modules stored via json no longer
   able to be loaded by the current version.
   
   This PR introduces a backward compatible layer to try its best effort
   to upgrade json from previous version(this case 0.6) to the current version.
   We mainly aim to support update of high-level ir(relay).
   
   cc @jroesch 

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


With regards,
Apache Git Services

[GitHub] [incubator-tvm] tqchen merged pull request #4730: [TOOLS] JSON upgrader to upgrade serialized json.

Posted by GitBox <gi...@apache.org>.
tqchen merged pull request #4730: [TOOLS] JSON upgrader to upgrade serialized json.
URL: https://github.com/apache/incubator-tvm/pull/4730
 
 
   

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


With regards,
Apache Git Services