Skip to content

Commit c0b6476

Browse files
Copilotleofang
andcommitted
Fix SVG arrow styling and add parallel execution documentation
Co-authored-by: leofang <5534781+leofang@users.noreply.github.com>
1 parent 144e722 commit c0b6476

2 files changed

Lines changed: 15 additions & 4 deletions

File tree

CONTRIBUTING.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,12 @@ The CUDA Python project uses a comprehensive CI pipeline that builds, tests, and
2323

2424
![CUDA Python CI Pipeline Flow](ci/ci-pipeline.svg)
2525

26+
### Pipeline Execution Details
27+
28+
**Parallel Execution**: The CI pipeline leverages parallel execution to optimize build and test times:
29+
- **Build Stage**: Different architectures/operating systems (linux-64, linux-aarch64, win-64) are built in parallel across their respective runners
30+
- **Test Stage**: Different architectures/operating systems/CUDA versions are tested in parallel; documentation preview is also built in parallel with testing
31+
2632
### Branch-specific Artifact Flow
2733

2834
#### Main Branch

ci/ci-pipeline.svg

Lines changed: 9 additions & 4 deletions
Loading

0 commit comments

Comments
 (0)