torch-mlir/lib/Dialect/TorchConversion/Transforms
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
..
BackendTypeConversion.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
BackendTypeConversionPasses.cpp update llvm to d23516e9ad477527a9db4d06b1fa9566680ac67c (#1812) 2023-01-23 16:34:22 -08:00
CMakeLists.txt Re-organize project structure to separate PyTorch dependencies from core project. (#2542) 2023-11-02 19:45:55 -07:00
ConvertCustomQuantOp.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
PassDetail.h llvm: bump tag to e1318078 (#781) 2022-04-26 12:27:51 -07:00
Passes.cpp [torch][quant] Quantized `torch.mm` for linalg with end-to-end test (#2750) 2024-01-24 14:02:50 -08:00
UnpackQuantTensor.cpp Prototype passes for lowering quantized group matmul (#2402) 2023-08-29 21:25:45 -07:00
VerifyLinalgOnTensorsBackendContract.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
VerifyStablehloBackendContract.cpp Clang format refresh (#2812) 2024-01-29 12:59:33 -05:00
VerifyTosaBackendContract.cpp build: update llvm tag to 6f46ff37 (#1448) 2022-10-05 08:28:06 -05:00