You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CUDA Python project uses a comprehensive CI pipeline that builds, tests, and releases multiple components across different platforms. This section provides a visual overview of our CI infrastructure to help contributors understand the build and release process.
21
-
22
-
### CI Pipeline Flow
23
-
24
-

25
-
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
@@ -123,3 +90,43 @@ By making a contribution to this project, I certify that:
123
90
---
124
91
125
92
<aid="footnote1">1</a>: `cuda.bindings` follows the contributing guidelines from this repository (`cuda-python`).
93
+
94
+
95
+
## CI infrastructure overview
96
+
97
+
The CUDA Python project uses a comprehensive CI pipeline that builds, tests, and releases multiple components across different platforms. This section provides a visual overview of our CI infrastructure to help contributors understand the build and release process.
98
+
99
+
### CI Pipeline Flow
100
+
101
+

102
+
103
+
### Pipeline Execution Details
104
+
105
+
**Parallel Execution**: The CI pipeline leverages parallel execution to optimize build and test times:
106
+
-**Build Stage**: Different architectures/operating systems (linux-64, linux-aarch64, win-64) are built in parallel across their respective runners
107
+
-**Test Stage**: Different architectures/operating systems/CUDA versions are tested in parallel; documentation preview is also built in parallel with testing
0 commit comments