torch-mlir/include/torch-mlir-c
Quinn Dawkins 494089d53d
Clang format refresh (#2812)
After noticing a number of commits with unrelated formatting changes,
I think something was changed with clang-format at one point and we're
seeing a number of unrelated changes. Doing a refresh can help avoid
this.

The changes made here came from
```
find lib -iname *.h -o -iname *.cpp  | xargs clang-format -i --style=llvm
find include -iname *.h -o -iname *.cpp  | xargs clang-format -i --style=llvm
find projects -iname *.h -o -iname *.cpp  | xargs clang-format -i --style=llvm
```
2024-01-29 12:59:33 -05:00
..
Dialects.h Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
Registration.h Revert "python: trim registration and loading of dialects and passes" (#1093) 2022-07-21 09:35:42 -07:00
TorchOps.h Add tracing suport to `torch_mlir.compile`. 2022-05-03 09:08:40 -07:00
TorchTypes.h Add typeids to CAPI. (#2253) 2023-06-20 22:06:43 -05:00
Transforms.h Fix Base Lazy Backend Type Conversion (#1412) 2022-10-04 15:53:28 -07:00