Sunghyun Park
Sunghyun Park
> For testing, there is an easy route available for gathering more test cases: You can port over some of the Relay tests for these ops, of which there are...
Thank you for the PR! It is very exciting to see training features coming in. One minor thought. It might be better to create the discussion thread under `Issues` tab...
Personally, I think the order by name is more straightforward given that the same TIR function can be ordered multiple times across different Relax Functions.
Thanks for bring this up and I agree with the direction. I hope this will naturally become an opportunity to re-touch the function names. Currently, we use global symbol attribute...
@slyubomirsky Thanks for bringing this up! This is an interesting problem. I wonder what kind of sticky situations we would face if we keep the current behavior. For example, what...
Also curious if alias would complicate liveness analysis for memory footprint.
Right. Might be good to list out the trade-offs for having this alias support. For now, imho, aliasing seems more like a UX feature rather than must-have feature (please correct...
Right, it already exists haha I guess I might subconsciously want to avoid alias if I can due to the PTSD from my limited experience with may-alias relationship - it...
@slyubomirsky Really appreciate the detailed explanation :) Alias is much more common than my previous naive understanding - wasn't relating alias to function calls. I'm convinced! In summary, I agree...
Thank you for the great proposal, @ganler! This is great. Especially, I appreciate your detailed examples and I like how we can easily write patterns to capture parallel components with...