Re: [PR] [Transform] Improvements to LazyTransformParams [tvm]

2024-02-22 Thread via GitHub
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

Re: [PR] [Transform] Improvements to LazyTransformParams [tvm]

2024-02-21 Thread via GitHub
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

Re: [PR] [Transform] Improvements to LazyTransformParams [tvm]

2024-02-21 Thread via GitHub
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

Re: [PR] [Transform] Improvements to LazyTransformParams [tvm]

2024-02-21 Thread via GitHub
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

Re: [PR] [Transform] Improvements to LazyTransformParams [tvm]

2024-02-21 Thread via GitHub
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

Re: [PR] [Transform] Improvements to LazyTransformParams [tvm]

2024-02-20 Thread via GitHub
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

[PR] [Transform] Improvements to LazyTransformParams [tvm]

2024-02-16 Thread via GitHub
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