Re: [PR] [Relax][Bugfix] Apply FuseOps to nested DataflowBlock [tvm]

2024-05-29 Thread via GitHub
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

Re: [PR] [Relax][Bugfix] Apply FuseOps to nested DataflowBlock [tvm]

2024-05-28 Thread via GitHub
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

Re: [PR] [Relax][Bugfix] Apply FuseOps to nested DataflowBlock [tvm]

2024-05-28 Thread via GitHub
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

Re: [PR] [Relax][Bugfix] Apply FuseOps to nested DataflowBlock [tvm]

2024-05-28 Thread via GitHub
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

Re: [PR] [Relax][Bugfix] Apply FuseOps to nested DataflowBlock [tvm]

2024-05-28 Thread via GitHub
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

Re: [PR] [Relax][Bugfix] Apply FuseOps to nested DataflowBlock [tvm]

2024-05-24 Thread via GitHub
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 !=