Skip to content
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

[glow-h] Die loudly if !isOpSupported during compilation #2693

Closed
wants to merge 1 commit into from

Conversation

bertmaher
Copy link
Contributor

Summary:
To fully sanity check our compilation results, check isOpSupported for
each node while compiling. Specifically, fp32 convolution is not supported by
H and we were silently miscompiling code as a result.

Differential Revision: D14841987

Summary:
To fully sanity check our compilation results, check isOpSupported for
each node while compiling.  Specifically, fp32 convolution is not supported by
H and we were silently miscompiling code as a result.

Reviewed By: nickg

Differential Revision: D14841987
@bertmaher
Copy link
Contributor Author

As per linked issue, I'm going to close this PR in favor of a more principled fix.

@bertmaher bertmaher closed this Apr 9, 2019
@bertmaher bertmaher deleted the D14841987-6ff24f73 branch April 9, 2019 22:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants