KEMBAR78
[Unity, BYOC] Add check for leaking intemediate variables for cublas and cudnn by vinx13 · Pull Request #16175 · apache/tvm · GitHub
Skip to content

Conversation

@vinx13
Copy link
Member

@vinx13 vinx13 commented Nov 28, 2023

Added checks to prevent cyclic dependency between groups during fusion

cc @masahi @Hzfengsy

@github-actions github-actions bot requested review from Hzfengsy and masahi November 28, 2023 23:01
with R.dataflow():
w1: R.Tensor((16, 16), dtype="float16") = R.permute_dims(w, axes=None)
y: R.Tensor((1, 16), dtype="float16") = R.matmul(x, w1)
y1: R.Tensor((1, 16), dtype="float16") = y
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think such binding can be removed by CanonicalizeBinding pass

@masahi masahi merged commit 8a6184c into apache:unity Nov 29, 2023
Archermmt pushed a commit to Archermmt/tvm that referenced this pull request Dec 18, 2023
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