There was an error while loading. Please reload this page.
1 parent bf88db8 commit 7f4edfdCopy full SHA for 7f4edfd
1 file changed
.github/workflows/pytorch-bisect.yaml
@@ -52,10 +52,10 @@ jobs:
52
WORKSPACE_DIR: ${{ github.workspace }}
53
GOOD_COMMIT: ${{ inputs.good_commit }}
54
BAD_COMMIT: ${{ inputs.bad_commit }}
55
+ REPRO_CMDLINE: ${{ inputs.repro_cmdline }}
56
REGRESSION_THRESHOLD: ${{ inputs.regression_threshold }}
57
PYTORCH_REPO: pytorch/pytorch
58
FUNCTIONAL: ${{ inputs.type == 'functional' && '1' || '0' }}
- REPRO_CMDLINE: ${{ inputs.command_arguments }}
59
CUDA_HOME: ${{ github.workspace }}/torch-benchmarks/cuda
60
permissions:
61
id-token: write
@@ -69,7 +69,7 @@ jobs:
69
with:
70
repository: pytorch-labs/tritonparse
71
path: torch-benchmarks/tritonparse
72
- ref: xz9/add-torch-bisect
+ ref: main
73
fetch-depth: 0
74
75
- name: Checkout PyTorch
0 commit comments