-
Notifications
You must be signed in to change notification settings - Fork 116
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add 'large' test qualifier for lit tests (#2671)
Some tests fail in forked repo CI since they take just over 60s, thus requiring something bigger than `small` test size in bazel. Example, my forked repo: https://github.com/GleasonK/stablehlo/actions/runs/12329876949/job/34414702213 This PR splits lit tests so that all `testdata` files ending in `*.large.mlir` will be run with more RAM and timeout. Closes #2590
- Loading branch information
Showing
5 changed files
with
25 additions
and
3 deletions.
There are no files selected for viewing
This file contains 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
2 changes: 1 addition & 1 deletion
2
...mma_float64_20_20_float64_20_20_chlo.mlir → ...oat64_20_20_float64_20_20_chlo.large.mlir
This file contains 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
2 changes: 1 addition & 1 deletion
2
...mac_float64_20_20_float64_20_20_chlo.mlir → ...oat64_20_20_float64_20_20_chlo.large.mlir
This file contains 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
File renamed without changes.
File renamed without changes.