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
They replaced all `c10::optional` usages with `std::optional` in
torchgen'd code in
pytorch/pytorch@fb90b4d
causing the LTC build to break.
Replacing all usages of `c10::optional` with `std::optional` in
`projects/ltc` has fixed the issue
Issue: #3120
Just noticed that the nightly releases of torch-mlir have been broken for 5 days (https://github.com/llvm/torch-mlir-release/actions/runs/8537617646/job/23388584293) starting April 2nd. Seems correlated in timing to the PyTorch bump PR: #3094, and I see this being disabled from CI as well.
Linker error:
multiple definition of torch::lazy::compute_shape_arange
The text was updated successfully, but these errors were encountered: