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 2019/12/21 05:49:17 UTC

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #4558: [NEWS] add v0.6 release

tqchen commented on a change in pull request #4558: [NEWS] add v0.6 release
URL: https://github.com/apache/incubator-tvm/pull/4558#discussion_r360631462
 
 

 ##########
 File path: NEWS.md
 ##########
 @@ -26,6 +26,899 @@ Refer to the Roadmap issue for complete list on on-going version features.
 If you check in something that is not reflected in Roadmap issue, please reply
 to that issue so it can get added.
 
+## 0.6
+
+### Relay in Production
+Relay is a functional, differentiable programming language designed to be an expressive intermediate representation for machine learning systems. Relay supports algebraic data types, closures, control flow, and recursion, allowing it to directly represent more complex models than computation graph-based IRs (e.g., NNVM) can. In TVM v0.6, Relay is in stable phase and is ready for production.
+
+* Algebraic Data Types (ADT) support ([#2442](https://github.com/apache/incubator-tvm/pull/2442), [#2575](https://github.com/apache/incubator-tvm/pull/2575)). ADT provides an expressive, efficient, and safe way to realize recursive computation (e.g., RNN). Refer to https://docs.tvm.ai/langref/relay_adt.html for more information.
 
 Review comment:
   can we remove the link to hashtags (e.g. #2242 )to simplify the content?

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