Skip to content

Commit 4f0ffd6

Browse files
committed
changing the filter matrix to all all the configs
1 parent 112f217 commit 4f0ffd6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/scripts/filter-matrix.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,6 @@ def main(args: list[str]) -> None:
152152
print(f"[DEBUG] passed filter - adding to build matrix", file=sys.stderr)
153153
filtered_includes.append(item)
154154

155-
# NEW: Create distributed variant for specific configs
156-
# Only Python 3.10 + CUDA 13.0 for now
157155
if item["python_version"] == "3.10" and item["desired_cuda"] == "cu130":
158156
print(
159157
f"[DEBUG] Creating distributed config for py3.10+cu130",

0 commit comments

Comments
 (0)