-
Notifications
You must be signed in to change notification settings - Fork 8
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
Break up implicit stencil tests for improving inference #1229
Conversation
bors try |
caa8876
to
7964a19
Compare
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
bors try |
tryBuild failed: |
7964a19
to
84adaaa
Compare
bors try |
bors r+ |
tryBuild failed: |
Build succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
CI times have increased and are a bit of a drag, mostly due to the implicit stencil tests, which take ~1hr.
This PR breaks up these tests into separate functions to help more easily utilize inference tools to understand why it's taking so long.