Skip to content

Commit 6a28122

Browse files
committed
Update inductor benchmarks
1 parent 28cdafb commit 6a28122

7 files changed

Lines changed: 20 additions & 175 deletions

.github/scripts/generate_binary_build_matrix.py

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,6 @@ def generate_wheels_matrix(
370370
# TODO: Enable python 3.13 on rocm, aarch64, windows
371371
if (
372372
gpu_arch_type == "rocm" or (os != "linux" and os != "linux-s390x")
373-
<<<<<<< HEAD
374373
) and (python_version == "3.13" or python_version == "3.13t"):
375374
continue
376375

@@ -380,11 +379,6 @@ def generate_wheels_matrix(
380379
) and python_version == "3.13t":
381380
continue
382381

383-
=======
384-
) and python_version == "3.13":
385-
continue
386-
387-
>>>>>>> 2e46d77b466 (Try to update cudnn 9.4)
388382
if use_split_build and (
389383
arch_version not in ["12.4", "12.1", "11.8", "cpu"] or os != "linux"
390384
):
@@ -464,11 +458,7 @@ def generate_wheels_matrix(
464458
".", "_"
465459
),
466460
"pytorch_extra_install_requirements": (
467-
<<<<<<< HEAD
468461
PYTORCH_EXTRA_INSTALL_REQUIREMENTS["12.1"]
469-
=======
470-
PYTORCH_EXTRA_INSTALL_REQUIREMENTS["12.1"] # fmt: skip
471-
>>>>>>> 2e46d77b466 (Try to update cudnn 9.4)
472462
if os != "linux" and gpu_arch_type != "xpu"
473463
else ""
474464
),

.github/workflows/generated-linux-binary-manywheel-main.yml

Lines changed: 1 addition & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)