-
Notifications
You must be signed in to change notification settings - Fork 108
tests: Fix variable reference in mul_to_multimul_checker #2709
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
base: main
Are you sure you want to change the base?
tests: Fix variable reference in mul_to_multimul_checker #2709
Conversation
|
Check out this pull request on See visual diffs & provide feedback on Jupyter Notebooks. Powered by ReviewNB |
|
@KaelanDt, could you please take a look and help merge? |
riccardofelluga
left a comment
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.
Nice catch! Thanks for your contribution! :D
Do you think it would be useful to add an assert to check that multimul is indeed not used when one or more tensors are not on CPU?
That's possible, but isn't that a purpose of this specific checker ( |
Incorrect value is mistakenly being checked in
mul_to_multimul_checkerspecifically for CPU case