-
Notifications
You must be signed in to change notification settings - Fork 10
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
Incorrect IR generated for Vector Mode AD #235
Comments
Actually I think this is invalid IR, since the primal and shadow inputs should be the same type? We clearly should have a better error message though |
Alternatively this would be valid for batch size ==2, but perhaps we’re not passing in a batch size correctly? That also said I’m fairly certain that the custom c++ (aka not tablegen) rules don’t support batching yet |
cc @jumerckx |
Yeah, if the batchwidth is passed correctly, there should be a
👍 I can have a look tomorrow for how to properly pass in batch size if no one beats me to it. |
The text was updated successfully, but these errors were encountered: