torch-mlir/test/npcomp-run-mlir
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
..
basic.mlir [RefE2E] Add assemblyFormat for TCF and TCP ops and tidy up. 2020-09-18 15:03:53 -07:00
broadcast.mlir [RefE2E] Add assemblyFormat for TCF and TCP ops and tidy up. 2020-09-18 15:03:53 -07:00
constant-add-scalar.mlir [RefE2E] Add assemblyFormat for TCF and TCP ops and tidy up. 2020-09-18 15:03:53 -07:00
constant-add.mlir [RefE2E] Add assemblyFormat for TCF and TCP ops and tidy up. 2020-09-18 15:03:53 -07:00
constant.mlir Make input file to npcomp-run-mlir be positional. 2020-07-13 16:02:19 -07:00
control-flow-basic.mlir [RefE2E] Add interesting control flow example. 2020-09-21 12:25:24 -07:00
elementwise.mlir [RefE2E] Add support for unary ops exp and tanh 2020-09-24 18:41:30 -07:00
identity.mlir Make input file to npcomp-run-mlir be positional. 2020-07-13 16:02:19 -07:00
invalid-broadcast.mlir [RefE2E] Add assemblyFormat for TCF and TCP ops and tidy up. 2020-09-18 15:03:53 -07:00
invalid-matmul.mlir [RefE2E] Add support for matmul. 2020-09-18 11:31:01 -07:00
invalid-num-inputs.mlir [RefE2E] Add assemblyFormat for TCF and TCP ops and tidy up. 2020-09-18 15:03:53 -07:00
matmul.mlir [RefE2E] Initialize the linalg matmul accumulator buffer. 2020-10-02 16:24:52 -07:00
mixed-rank.mlir [RefE2E] Add assemblyFormat for TCF and TCP ops and tidy up. 2020-09-18 15:03:53 -07:00
multi-output.mlir [RefE2E] Add assemblyFormat for TCF and TCP ops and tidy up. 2020-09-18 15:03:53 -07:00
multiple-ops.mlir [RefE2E] Add assemblyFormat for TCF and TCP ops and tidy up. 2020-09-18 15:03:53 -07:00
scalar.mlir [RefE2E] Add assemblyFormat for TCF and TCP ops and tidy up. 2020-09-18 15:03:53 -07:00