torch-mlir/projects/ltc
Jae Hoon (Antonio) Kim 8951a8cc23
Replace c10::optional with std::optional (#3126)
They replaced all `c10::optional` usages with `std::optional` in
torchgen'd code in
fb90b4d4b2
causing the LTC build to break.

Replacing all usages of `c10::optional` with `std::optional` in
`projects/ltc` has fixed the issue

Issue: #3120
2024-04-09 18:38:33 +00:00
..
csrc/base_lazy_backend Replace c10::optional with std::optional (#3126) 2024-04-09 18:38:33 +00:00
CMakeLists.txt Breakup python pytorch deps (#2582) 2023-11-19 12:10:19 -08:00