torch-mlir/frontends/pytorch/test
Sean Silva 5f3eb637c4 Fix lowering of reduce ops
We were not filling the `outs` with the neutral element of the
reduction, which resulted in reading uninitialized values (we were
getting lucky that sometimes the uninitialized buffers were all zero's).

Also,
- Slight tweak to error messages in the e2e framework.
2021-09-08 15:30:15 -07:00
..
acap_export Fix flaky test_export_cat.py lit test (upstream change). 2021-08-22 20:04:47 -07:00
builder Add `!torch.int` type. 2021-06-17 07:28:23 -07:00
ivalue_import Import Machine Translation model to MLIR. 2021-08-10 15:22:06 -04:00
node_import Update llvm-project to 830c0b9023cd0cf91955900e0d96283e7a8c3711 2021-09-03 14:16:38 -07:00
torchscript_e2e_test Fix lowering of reduce ops 2021-09-08 15:30:15 -07:00
CMakeLists.txt Enable building using LLVM_EXTERNAL_PROJECTS. (#152) 2021-01-26 11:43:43 -07:00
extension_coexistence.py Merge npcomp and mlir python namespaces. 2021-08-22 21:00:42 -07:00
lit.cfg.py Rework the python build to a static assembly of MLIR+NPCOMP (#251) 2021-07-27 16:10:10 -07:00
lit.site.cfg.py.in Rework the python build to a static assembly of MLIR+NPCOMP (#251) 2021-07-27 16:10:10 -07:00