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
[CPU] Return std::nullopt when failing on creating host target. (#19052)
We should not have an assertion because it crashes in debug build. Given
that the return type is std::optional, the caller should handle the
error themselves. Otherwise, we're not able to compile any MLIR programs
targeting CPUs when there are troubles in host CPU setup.
0 commit comments