Skip to content

Commit ff7eb66

Browse files
authored
Fix tests after enabling windows cuda 13.0 PR #7080 (#7133)
Looks like rebase issue, enabled windows without rebase hence missed this.
1 parent ec58dce commit ff7eb66

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

tools/tests/assets/build_matrix_windows_wheel_cuda.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -420,6 +420,21 @@
420420
"stable_version": "2.8.0",
421421
"use_split_build": false
422422
},
423+
{
424+
"python_version": "3.14",
425+
"gpu_arch_type": "cuda",
426+
"gpu_arch_version": "13.0",
427+
"desired_cuda": "cu130",
428+
"container_image": "pytorch/manylinux2_28-builder:cuda13.0",
429+
"package_type": "wheel",
430+
"build_name": "wheel-py3_14-cuda13_0",
431+
"validation_runner": "windows.g4dn.xlarge",
432+
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130",
433+
"channel": "nightly",
434+
"upload_to_base_bucket": "no",
435+
"stable_version": "2.8.0",
436+
"use_split_build": false
437+
},
423438
{
424439
"python_version": "3.14",
425440
"gpu_arch_type": "xpu",
@@ -480,6 +495,21 @@
480495
"stable_version": "2.8.0",
481496
"use_split_build": false
482497
},
498+
{
499+
"python_version": "3.14t",
500+
"gpu_arch_type": "cuda",
501+
"gpu_arch_version": "13.0",
502+
"desired_cuda": "cu130",
503+
"container_image": "pytorch/manylinux2_28-builder:cuda13.0",
504+
"package_type": "wheel",
505+
"build_name": "wheel-py3_14t-cuda13_0",
506+
"validation_runner": "windows.g4dn.xlarge",
507+
"installation": "pip3 install --pre torch torchvision torchaudio --index-url https://download.pytorch.org/whl/nightly/cu130",
508+
"channel": "nightly",
509+
"upload_to_base_bucket": "no",
510+
"stable_version": "2.8.0",
511+
"use_split_build": false
512+
},
483513
{
484514
"python_version": "3.14t",
485515
"gpu_arch_type": "xpu",

0 commit comments

Comments
 (0)