[build] support build sm 80,86,89,90 to one whl package (#6173)

* support build sm 80,86,89,90 to one whl package

* create tmp dir before build custom ops in FD_UNIFY_BUILD mode

* typo fix

* ignore exceptions in xpu ..
This commit is contained in:
wangyifei
2026-01-26 11:30:02 +08:00
committed by GitHub
parent b5b28eea94
commit 84a1780814
4 changed files with 74 additions and 26 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ def import_custom_ops(package, module_name, global_ns):
except Exception as e:
logger.warning(f"Failed to import op {func_name}: {e}")
except Exception:
logger.warning(f"Ops of {package} import failed, it may be not compiled.")
except Exception as e:
logger.warning(f"Ops of {package} import failed, it may be not compiled. {e}")
preprocess_static_op(global_ns)