Skip to content

Commit 6100677

Browse files
Modify CUDA shard counts in parity job config (#3533)
## Motivation Updated shard counts for CUDA and ROCm configurations in the job config. ## Validation https://github.com/ROCm/pytorch/actions/runs/30730179443
1 parent 84e57a0 commit 6100677

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.automation_scripts/pytorch-unit-test-scripts/parity_job_config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"distributed": [{ "workflow": "trunk", "job_prefix": "linux-jammy-cuda13.0-py3.10-gcc11" }],
1616
"inductor": [{ "workflow": "inductor", "job_prefix": "unit-test / inductor-test" }],
1717
"test_kinds": ["test-osdc", "test"],
18-
"shard_counts": { "default": 5, "distributed": 3, "inductor": 2 },
18+
"shard_counts": { "default": 14, "distributed": 10, "inductor": 2 },
1919
"checkrun_regex": "(linux-jammy-cuda13[.]0-py3[.]10-gcc11 / (test-osdc|test) [(](default|distributed),|unit-test / inductor-test / (test-osdc|test) [(]inductor,)"
2020
},
2121
"rocm": {

0 commit comments

Comments
 (0)