[XPU] Upgrade NIXL to remove CUDA dependency (#26570)

Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com>
This commit is contained in:
liuzhenwei
2025-10-11 13:15:23 +08:00
committed by GitHub
parent 8f8474fbe3
commit 27ed39a347
5 changed files with 14 additions and 9 deletions

View File

@@ -135,6 +135,7 @@ def build_and_install_prerequisites(args):
"--enable-devel-headers",
"--with-verbs",
"--enable-mt",
"--with-ze=no",
]
run_command(configure_command, cwd=ucx_source_path)
run_command(["make", "-j", str(os.cpu_count() or 1)], cwd=ucx_source_path)