Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CI: create PR for RollPyTorch updates (llvm#2106)
Currently, we run just the Linux in-tree tests when the RollPyTorch workflow runs, but this is insufficient since WHL files for macOS or Windows are sometimes not uploaded by PyTorch, causing the RollPyTorch action to pass but all subsequent torch-mlir CI tests to fail because of the broken build. The easiest way to validate the RollPyTorch action on all platforms is to run the standard set of tests that we run for each submitted PR, so this patch makes the RollPyTorch action submit a PR instead of committing the changes to the main branch directly. The PR is assigned to a handful of folks for review, although this can be changed in the future.
- Loading branch information