-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove thread shape analysis #334
Conversation
Signed-off-by: Harsh Menon <harsh@nod-labs.com>
continue | ||
if lhs_dim != rhs_dim: | ||
# If the dimensions don't agree, we can still do this broadcast only if | ||
# this has a reduce op in its backward slice along the broadcasting dimension, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can w get an IR/visual example for this :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure will add it into the comments.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
okay I simplified this a bit. Can you take another look? I don't need to check for read/reduce ops in backward slice. Its enough to just do checks on the shapes.
Signed-off-by: Harsh Menon <harsh@nod-labs.com>
No description provided.