|
5 | 5 | Following tests have been disabled due to flaky output issues with DLFW integration CI. These test cases will remain disabled until fixed for integration with DLFW.
|
6 | 6 |
|
7 | 7 | ```
|
8 |
| -1. MobileNet_v2 model test (test_api.py) |
9 |
| -2. GELU test (test_activation.cpp) |
| 8 | +1. MobileNet_v2 model TestCompile test (test_api.py) |
| 9 | +
|
| 10 | +2. ATenGELUConvertsCorrectly test (test_activation.cpp) |
| 11 | +
|
10 | 12 | 3. LSTM tests (test_lstm_cell.cpp)
|
| 13 | + a. ATenGRUCellConvertsCorrectlyWithBiasCheckHidden |
| 14 | + b. ATenGRUCellConvertsCorrectlyWithoutBiasCheckHidden |
| 15 | + c. ATenLSTMCellConvertsCorrectlyWithBiasCheckHidden |
| 16 | + d. ATenLSTMCellConvertsCorrectlyWithBiasCheckCell |
| 17 | + e. ATenLSTMCellConvertsCorrectlyWithoutBiasCheckHidden |
| 18 | + f. ATenLSTMCellConvertsCorrectlyWithoutBiasCheckCell |
| 19 | +
|
11 | 20 | 4. Softmax tests (test_softmax.cpp)
|
| 21 | + a. ATenSoftmax1DConvertsCorrectly |
| 22 | + b. ATenSoftmaxNDConvertsCorrectlySub3DIndex |
| 23 | + c. ATenSoftmaxNDConvertsCorrectlyAbove3DIndex |
| 24 | + d. ATenSoftmaxNDConvertsCorrectlyNegtiveOneIndex |
| 25 | + e. ATenSoftmaxNDConvertsCorrectlyNegtiveIndex |
| 26 | +
|
12 | 27 | 5. Partitioning tests (test_fallback_graph_output.cpp)
|
| 28 | + a. ComputeResNet50FallbackGraphCorrectly |
| 29 | + b. ComputeMobileNetFallbackGraphCorrectly |
| 30 | + c. ComputeResNet50HalfFallbackGraphCorrectly |
| 31 | +
|
13 | 32 | 6. RuntimeThreadSafety tests (test_runtime_thread_safety.cpp)
|
| 33 | +
|
14 | 34 | 7. ModuleAsEngine tests (test_modules_as_engines.cpp)
|
| 35 | + a. ModuleAsEngineIsClose |
| 36 | + b. ModuleToEngineToModuleIsClose |
| 37 | +
|
15 | 38 | 8. ModuleFallback tests (test_module_fallback.cpp)
|
16 |
| -9. MultipleRunEngine tests (test_multiple_registered_engines.cpp) |
17 |
| -10. CompiledModule tests (test_compiled_modules.cpp) |
| 39 | + a. ResNetModuleFallbacksCorrectly |
| 40 | + b. MobileNetModuleFallbacksCorrectlyWithOneEngine |
| 41 | +
|
| 42 | +9. CanRunMultipleEngines tests (test_multiple_registered_engines.cpp) |
18 | 43 |
|
| 44 | +10. CompiledModuleIsClose tests (test_compiled_modules.cpp) |
19 | 45 | ```
|
20 | 46 |
|
21 | 47 | Note: Most of these tests could be identified with DISABLE_TEST_IN_CI flag in the test suite.
|
0 commit comments