torch-mlir/test/E2E
Sean Silva 8022dfaf1a [RefE2E] Initialize the linalg matmul accumulator buffer.
I was seeing some miscompiles due to the uninitialized data read here
before. Interestingly, this was masked in some of our previous test
cases, since the uninitialized data "always" was so small that it would
present as a rounding error for the 1.0-10.0 sized values that the
matmul was computing on.
2020-10-02 16:24:52 -07:00
..
bypass-shapes.mlir [RefE2E] Add support for "max". 2020-09-22 18:38:32 -07:00
e2e-basic.mlir [RefE2E] Add assemblyFormat for TCF and TCP ops and tidy up. 2020-09-18 15:03:53 -07:00
e2e-constants.mlir [RefE2E] Add assemblyFormat for TCF and TCP ops and tidy up. 2020-09-18 15:03:53 -07:00
e2e-mixed-ranks.mlir [RefE2E] Add assemblyFormat for TCF and TCP ops and tidy up. 2020-09-18 15:03:53 -07:00
lower-alloc-memref-ops.mlir Rework reference shape lowering based on upstream shape dialect changes. 2020-08-03 13:43:49 -07:00
lower-constant-tensors-to-memref.mlir Totally rework RefE2E tensor to memref flow. (#42) 2020-09-16 17:31:40 -07:00
lower-shaped-results-to-memref.mlir [RefE2E] Initialize the linalg matmul accumulator buffer. 2020-10-02 16:24:52 -07:00
lower-std-to-memref.mlir Totally rework RefE2E tensor to memref flow. (#42) 2020-09-16 17:31:40 -07:00
lower-structural-to-memref.mlir [RefE2E] Add interesting control flow example. 2020-09-21 12:25:24 -07:00
lower-to-llvm-global.mlir Totally rework RefE2E tensor to memref flow. (#42) 2020-09-16 17:31:40 -07:00
lower-to-llvm.mlir [RefE2E] Fix nul-termination bug. 2020-09-18 11:31:01 -07:00
lower-to-npcomprt-abi.mlir Totally rework RefE2E tensor to memref flow. (#42) 2020-09-16 17:31:40 -07:00
restricted-canonicalize.mlir [RefE2E] Use upstream shape constraint conversion pass. 2020-09-28 09:34:44 -07:00