torch-mlir/lib
Ramiro Leal-Cavazos 56c6e3676b Fix bug in NumToTensor handling of float values
This commit fixes a type promotion bug when NumToTensor was given a
float as an argument. In particular, the rules for type promotion of a
scalar vary depending on if the scalar is part of a tensor op or
not. NumToTensor falls under the second category, but it was being
treated as part of the first category.
2021-11-23 11:47:44 -05:00
..
CAPI Enable python extensions when building out of tree (#363) 2021-10-27 17:04:12 -07:00
Conversion [MLIR][TORCH] Add E2E support for [`aten.mul.Scalar`|`aten.addmm`] 2021-11-18 22:26:41 +05:30
Dialect Fix bug in NumToTensor handling of float values 2021-11-23 11:47:44 -05:00
RefBackend Add support for multiple return values 2021-11-16 21:07:45 -05:00
CMakeLists.txt Move external/torch-mlir to the root of the repo. 2021-09-27 17:11:08 -07:00
InitAll.cpp Dual license the torch-mlir project. 2021-10-01 10:46:08 -07:00