mirror of
https://github.com/pytorch/pytorch.git
synced 2025-10-21 13:44:15 +08:00
[CD] xpu nightly manylinux whl with cxx11-abi (#142210)
Follow https://github.com/pytorch/pytorch/issues/123649 Works for https://github.com/pytorch/pytorch/issues/114850 Pull Request resolved: https://github.com/pytorch/pytorch/pull/142210 Approved by: https://github.com/EikanWang, https://github.com/atalman, https://github.com/malfet
This commit is contained in:
committed by
PyTorch MergeBot
parent
34033cce4d
commit
b64a537993
@ -427,7 +427,7 @@ def generate_wheels_matrix(
|
||||
"use_split_build": "True" if use_split_build else "False",
|
||||
"devtoolset": (
|
||||
"cxx11-abi"
|
||||
if (arch_version in ["cpu-cxx11-abi", "cpu-aarch64"])
|
||||
if (arch_version in ["cpu-cxx11-abi", "cpu-aarch64", "xpu"])
|
||||
or gpu_arch_type == "rocm"
|
||||
else ""
|
||||
),
|
||||
|
Reference in New Issue
Block a user