You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auto detect available device when exporting (#1743)
Description
auto detect available packing device when exporting, priority: ["xpu", "cuda", "cpu"]
Expected Behavior & Potential Risk
When XPU format is required and XPU device is not available, INC will select packing device from ["xpu", "cuda", "cpu"] automatically.
How has this PR been tested?
test on cuda device when using xpu argument.
---------
Signed-off-by: He, Xin3 <[email protected]>
Signed-off-by: y <[email protected]>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
0 commit comments