torch-mlir/projects/ltc/csrc/base_lazy_backend/utils
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
..
debug.h Breakup python pytorch deps (#2582) 2023-11-19 12:10:19 -08:00
exception.h Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
jit_utils.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
jit_utils.h Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
string_utils.h Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
sys_utils.h Enable -Werror in lib/ and LTC. (#2841) 2024-01-30 23:33:21 -08:00
tensor_utils.cpp Replace c10::optional with std::optional (#3126) 2024-04-09 18:38:33 +00:00
tensor_utils.h Replace c10::optional with std::optional (#3126) 2024-04-09 18:38:33 +00:00