torch-mlir/lib/E2E/TensorToMemref
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
..
LowerConstantTensorsToMemref.cpp Run format_sources.sh. 2020-09-28 12:04:24 -07:00
LowerShapedResultsToMemref.cpp [RefE2E] Initialize the linalg matmul accumulator buffer. 2020-10-02 16:24:52 -07:00
LowerStdToMemref.cpp Inject missing dialects in E2E passes 2020-09-22 08:52:23 +02:00
LowerStructuralToMemref.cpp [RefE2E] Add interesting control flow example. 2020-09-21 12:25:24 -07:00