Skip to content

Conversation

@vinx13
Copy link
Member

@vinx13 vinx13 commented Jul 26, 2024

The order of bindings in the fusion result is determined by the first binding in each partition group. When the packed param tuple is used, the function usually begins with a numbers of TupleGetItem to unpack the param tuple. Previously TupleGetItem is treated as kInjective, this causes any operation that relies purely on these params to be moved to the beginning of the function and increases the memory usage of the intermediate results.

cc @tqchen

The order of bindings in the fusion result is determined by the first
binding in each partition group. When the packed param tuple is used,
the function usually begins with a numbers of `TupleGetItem` to unpack
the param tuple. Previously `TupleGetItem` is treated as `kInjective`,
this causes any operation that relies purely on these params to be
moved to the beginning of the function and increases the memory usage
of the intermediate results.
@github-actions github-actions bot requested a review from tqchen July 26, 2024 04:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants