torch-mlir/test/python/importer/jit_ir
Ramiro Leal-Cavazos 96d662647f
Fix import of constant bool tensor parameters (#2047)
Bool tensors are represented in TorchScript as an array of
`int8_t`s. However, when importing them into Torch-MLIR, the importer
was assuming the array had `int32_t` elements, leading to the importer
reading into memory that was out of bounds. This commit fixes the
casting of the bool tensor.
2023-04-20 18:38:48 -07:00
..
ivalue_import Fix import of constant bool tensor parameters (#2047) 2023-04-20 18:38:48 -07:00
node_import Fix Base Lazy Backend Type Conversion (#1412) 2022-10-04 15:53:28 -07:00
get_registered_ops.py Miscellaneous fixes for Windows builds (#1376) 2022-09-29 12:07:43 -05:00
lit.local.cfg Move external/torch-mlir to the root of the repo. 2021-09-27 17:11:08 -07:00