torch-mlir/lib/Dialect/Torch
Xida Ren (Cedar) aa7e77ee64
Better errmsg upon getScalarTypeForType failure (#3734)
Instead of 
`Unhandled type in getScalarTypeForType`

You now get

Unhandled type in getScalarTypeForType: (type name)
Type properties:
  Is integer: yes
  Bit width: 
...


The root cause is https://github.com/llvm/torch-mlir/issues/3720, at
least for unsigned integer issues.
2024-09-25 16:32:26 +00:00
..
IR [torch] Fix unsqueezed output shape in canonicalization of AtenUnflattenIntOp (#3730) 2024-09-24 11:45:18 -05:00
Transforms Add Decompostion for `Aten_SafeSoftmaxOp` (#3708) 2024-09-12 16:58:10 -05:00
Utils Better errmsg upon getScalarTypeForType failure (#3734) 2024-09-25 16:32:26 +00:00
CMakeLists.txt E2e support for aten.softmax.int and aten.embedding 2021-10-18 17:57:45 -04:00