torch-mlir/lib
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
..
CAPI Using `ArrayRef` deduction guides. (#1809) 2023-01-21 08:58:07 -06:00
Conversion Constant pad nd to tosa (#1933) 2023-03-15 08:42:15 -07:00
Dialect RefineTypes aten.sum: check dtype exists before accessing methods (#1944) 2023-03-16 08:35:49 -07:00
RefBackend build: update llvm tag to 9acc2f37 (#1828) 2023-01-25 01:29:42 +00:00
CMakeLists.txt mhlo: migrate conversion to stablehlo (#1840) 2023-02-02 07:29:47 -06:00
InitAll.cpp mhlo: migrate conversion to stablehlo (#1840) 2023-02-02 07:29:47 -06:00