Revise labels on autoscheduler tests#7732
Merged
steven-johnson merged 3 commits intomainfrom Aug 3, 2023
Merged
Conversation
This is step 1 in fixing #7731: it replaces the `autoschedulers` tag with more granular ones, so that we can modify the build script to test the right autoscheduler(s) for a given backend. (Note that the `autoschedulers` tag was unused by the buildbots, which only used the generic `auto_schedule` tag.) Step 2 will be to modify the buildbot script after this lands to use the new tags above. Step 3 will be to remove the `auto_schedule` tag.
Contributor
Author
|
Failures are unrelated Vulkan/D3D12 failures, PTAL |
Contributor
Author
|
Failures unrelated, gentle review ping plz |
abadams
approved these changes
Aug 3, 2023
steven-johnson
added a commit
to halide/build_bot
that referenced
this pull request
Aug 22, 2023
This enables Anderson2021 on the right systems (hopefully) as a followup to halide/Halide#7732 (and we believe the ASAN failures in Anderson2021 are addressed now)
steven-johnson
added a commit
to halide/build_bot
that referenced
this pull request
Aug 22, 2023
* Enable autoscheduler testing via new labels This enables Anderson2021 on the right systems (hopefully) as a followup to halide/Halide#7732 (and we believe the ASAN failures in Anderson2021 are addressed now) * Update master.cfg * Update master.cfg
ardier
pushed a commit
to ardier/Halide-mutation
that referenced
this pull request
Mar 3, 2024
* Revise labels on autoscheduler tests This is step 1 in fixing halide#7731: it replaces the `autoschedulers` tag with more granular ones, so that we can modify the build script to test the right autoscheduler(s) for a given backend. (Note that the `autoschedulers` tag was unused by the buildbots, which only used the generic `auto_schedule` tag.) Step 2 will be to modify the buildbot script after this lands to use the new tags above. Step 3 will be to remove the `auto_schedule` tag. * Fix anderson2021 labels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is step 1 in fixing #7731: it replaces the
autoschedulerstag with more granular ones, so that we can modify the build script to test the right autoscheduler(s) for a given backend. (Note that theautoschedulerstag was unused by the buildbots, which only used the genericauto_scheduletag.)Step 2 will be to modify the buildbot script after this lands to use the new tags above.
Step 3 will be to remove the
auto_scheduletag.