torch-mlir/lib/Dialect/Torch/IR
Liam Fitzpatrick f2269ced80
Improve list index normalization SimplifyShapeCalculations. (#710)
The reified code to compute the shape of torch.aten.constant_pad_nd
uses negative indices when setting list elements. This was not
converted to a positive offset in one place in SimplifyShapeCalculations
which prevented computation of the static shape.
2022-03-29 22:21:47 +02:00
..
CMakeLists.txt Reduce compilation time for TorchOps.cpp.inc 2022-03-21 14:42:26 -07:00
TorchDialect.cpp Elide `!torch.` prefix in nested dialect types. 2022-03-15 17:24:08 -07:00
TorchOps.cpp Improve list index normalization SimplifyShapeCalculations. (#710) 2022-03-29 22:21:47 +02:00
TorchOpsODSGenerated.cpp Reduce compilation time for TorchOps.cpp.inc 2022-03-21 14:42:26 -07:00
TorchTypes.cpp Make TorchOps.cpp faster to iterate on. 2022-03-16 09:33:12 -07:00
UtilsForODSGenerated.cpp Add non-default dtype support for a few elementwise math ops. (#687) 2022-03-23 13:35:43 -07:00
UtilsForODSGenerated.h Reduce compilation time for TorchOps.cpp.inc 2022-03-21 14:42:26 -07:00