torch-mlir/frontends/pytorch/test
Harsh Menon c2d3820e48 Fix insertion point bug #102
The current code was inserting all build_list ops
after the last constant op since it was assuming that all
elements being passed in were constants.

This patch replaces that patch with a new function that
inserts the build_list ops before the terminator.

Also modifies test_export_conv2d_fwd.py since its output
no longer matches.

TEST: Added test_export_cat.py which is the code in #102
2020-11-02 16:41:26 -08:00
..
acap_export Fix insertion point bug #102 2020-11-02 16:41:26 -08:00
acap_regression Update test configuration to import mlir from LLVM install location. 2020-10-12 15:25:07 -07:00
c10_dispatch Expose signature metadata to ops and implement ATenRecognizeKernelsPass pass. 2020-10-26 20:31:45 -07:00
CMakeLists.txt More progress on PyTorch acap device capture. 2020-10-15 21:43:21 -07:00
extension_coexistence.py Update test configuration to import mlir from LLVM install location. 2020-10-12 15:25:07 -07:00
lit.cfg.py Port prior acap export tests to new dispatcher based versions. 2020-10-13 16:37:46 -07:00
lit.site.cfg.py.in Move tests around so we can have dedicated tests for the c10 dispatcher. 2020-09-24 18:28:06 -07:00