[XPU] Upgrade NIXL to remove CUDA dependency (#26570)
Signed-off-by: zhenwei-intel <zhenwei.liu@intel.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user