torch-mlir/frontends/pytorch/test/acap_export
Sean Silva a36113e586 Fix recent break due to PyTorch changes.
Tracing seems now now capture a 4-operand version of aten::add instead
of 3-operand.

I fixed the tests that made sense. One test was XFAIL'ed, as I don't
have in cache the exact way to fix it yet (requires touching
aten-recogniz-kernels stuff).  I'll be context switching to work on the
kernel recognition stuff soon, and will fix it then.
2021-03-03 18:35:23 -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 Fix recent break due to PyTorch changes. 2021-03-03 18:35:23 -08:00
test_export_add3.py Fix recent break due to PyTorch changes. 2021-03-03 18:35:23 -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 Add support for prim::GetAttr/SetAttr/CallMethod/If 2021-02-04 17:01:47 -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