torch-mlir/frontends/pytorch/test/acap_export
Stella Laurenzo 78a3c90758 Add TorchScript graph importer.
* Does not handle all features yet but should conservatively fail on unsupported things.
* Location tracking is still somewhat mismatched between what TorchScript and MLIR do. Likely need a better heuristic for tracking locations from defs for nodes that do not carry location.
* Sets the ground-work for a specialized/generic split but only implements the generic side.
* Had some evidence that this requires a recent bump of PT nightly (within the last month) to pick up pybind11 2.6, which includes some cross-module symbol fixes (vs the previously sync'd version). No source changes, but older versions fail to cast function types at runtime.
2020-11-23 14:20:09 -08:00
..
test_arange.py Fix dispatch of arange. 2020-11-12 22:07:23 -08:00
test_conv_nllloss_grads.py Capture backward conv and copy_ kernels. 2020-10-30 22:59:26 -07:00
test_export_ResA.py NFC: Use new print with large_elements_limit in tests. 2020-10-22 13:04:24 -07:00
test_export_add3.py Add TorchScript graph importer. 2020-11-23 14:20:09 -08:00
test_export_batchnorm.py More progress on PyTorch acap device capture. 2020-10-15 21:43:21 -07:00
test_export_cat.py Fix insertion point bug #102 2020-11-02 16:41:26 -08:00
test_export_conv2d_fwd.py Fix insertion point bug #102 2020-11-02 16:41:26 -08:00
test_export_multi_out.py Port prior acap export tests to new dispatcher based versions. 2020-10-13 16:37:46 -07:00