tqchen merged PR #17033:
URL: https://github.com/apache/tvm/pull/17033
--
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: commits-unsubscr...@tvm.apache.or
Lunderberg commented on code in PR #17033:
URL: https://github.com/apache/tvm/pull/17033#discussion_r1617284952
##
src/relax/transform/fuse_ops.cc:
##
@@ -262,16 +262,11 @@ class GraphCreator : public ExprVisitor {
IndexedForwardGraph::Node* leaf_node = nullptr;
if (it
Lunderberg commented on code in PR #17033:
URL: https://github.com/apache/tvm/pull/17033#discussion_r1617278146
##
src/relax/transform/fuse_ops.cc:
##
@@ -262,16 +262,11 @@ class GraphCreator : public ExprVisitor {
IndexedForwardGraph::Node* leaf_node = nullptr;
if (it
Lunderberg commented on PR #17033:
URL: https://github.com/apache/tvm/pull/17033#issuecomment-2135232856
This PR is identical to the now-closed PR
https://github.com/apache/tvm/pull/17022, as a CI restart prevented the CI from
running on the original PR.
--
This is an automated message f
Lunderberg closed pull request #17022: [Relax][Bugfix] Apply FuseOps to nested
DataflowBlock
URL: https://github.com/apache/tvm/pull/17022
--
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 specifi
tqchen commented on code in PR #17022:
URL: https://github.com/apache/tvm/pull/17022#discussion_r1613292617
##
src/relax/transform/fuse_ops.cc:
##
@@ -262,16 +262,11 @@ class GraphCreator : public ExprVisitor {
IndexedForwardGraph::Node* leaf_node = nullptr;
if (it !=