Skip to content

Instantly share code, notes, and snippets.

@silvasean
Created June 30, 2021 21:18
Show Gist options
  • Save silvasean/6ffd95e1d55302b699673da201da210d to your computer and use it in GitHub Desktop.
Save silvasean/6ffd95e1d55302b699673da201da210d to your computer and use it in GitHub Desktop.
silvasean@silvasean0:~/pg/mlir-npcomp/mlir-npcomp$ ./tools/torchscript_e2e_test.sh --config=iree
PASS - "MmModule_basic"
PASS - "MmModule_chained"
XFAIL - "MmDagModule_basic"
PASS - "MmTanhModule_basic"
XFAIL - "ResNet18Module_basic"
XFAIL - "Mlp1LayerModule_basic"
XFAIL - "Mlp2LayerModule_basic"
PASS - "BatchNorm1DModule_basic"
PASS - "BatchNorm2DModule_basic"
PASS - "BatchNorm3DModule_basic"
XFAIL - "QuantizedMLP_basic"
PASS - "ElementwiseUnaryModule_basic"
PASS - "ElementwiseBinaryModule_basic"
PASS - "ElementwiseTernaryModule_basic"
PASS - "ElementwiseAddModule_basic"
PASS - "ElementwiseUnsqueezeBroadcastModule_basic"
PASS - "ElementwiseReluModule_basic"
Summary:
Passed: 12
Expectedly Failed: 5
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment