Lunderberg merged PR #16602:
URL: https://github.com/apache/tvm/pull/16602
--
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.apach
Lunderberg commented on code in PR #16602:
URL: https://github.com/apache/tvm/pull/16602#discussion_r1497800531
##
tests/python/relax/test_transform_lazy_transform_params.py:
##
@@ -602,5 +602,77 @@ def main_transform_params() -> R.Tuple:
tvm.ir.assert_structural_equal(afte
Lunderberg commented on code in PR #16602:
URL: https://github.com/apache/tvm/pull/16602#discussion_r1497780489
##
python/tvm/relax/transform/lazy_transform_params.py:
##
@@ -157,24 +159,60 @@ def transform(self, func: relax.Function) ->
relax.Function:
self.memory_fre
Lunderberg commented on code in PR #16602:
URL: https://github.com/apache/tvm/pull/16602#discussion_r149937
##
python/tvm/relax/transform/lazy_transform_params.py:
##
@@ -157,24 +159,60 @@ def transform(self, func: relax.Function) ->
relax.Function:
self.memory_fre
Lunderberg commented on code in PR #16602:
URL: https://github.com/apache/tvm/pull/16602#discussion_r1497771370
##
python/tvm/relax/transform/lazy_transform_params.py:
##
@@ -157,24 +159,60 @@ def transform(self, func: relax.Function) ->
relax.Function:
self.memory_fre
slyubomirsky commented on code in PR #16602:
URL: https://github.com/apache/tvm/pull/16602#discussion_r1496856295
##
python/tvm/relax/transform/lazy_transform_params.py:
##
@@ -157,24 +159,60 @@ def transform(self, func: relax.Function) ->
relax.Function:
self.memory_f
Lunderberg opened a new pull request, #16602:
URL: https://github.com/apache/tvm/pull/16602
* Handle non-bundled parameters in LazyTransformParams.
* Check for `"num_input"` attribute
* Handle relax.Const in LazyTransformParams
Prior to this commit, `LazyTransformParams