torch-mlir/lib/Dialect
Ramiro Leal-Cavazos 18035021f0
RefineTypes aten.sum: check dtype exists before accessing methods (#1944)
This commit adds a check that `defaultDtype` exists in the RefineTypes
handling of `AtenSumOp` before accessing the method `isInteger`, which
crashes the program is `defaultDtype` is null.

The handling of `defaultDtype` is the same as the one used for the
`AtenSumDimIntListOp`.
2023-03-16 08:35:49 -07:00
..
Torch RefineTypes aten.sum: check dtype exists before accessing methods (#1944) 2023-03-16 08:35:49 -07:00
TorchConversion mhlo: migrate conversion to stablehlo (#1840) 2023-02-02 07:29:47 -06:00
CMakeLists.txt Move external/torch-mlir to the root of the repo. 2021-09-27 17:11:08 -07:00