Skip to content

Commit 404c1e6

Browse files
authored
Merge pull request #738 from NVIDIA/anuragd/track_changes_for_dlfw_ci
refactor: Added tracking for disabled CI tests from DLFW integration
2 parents f6dcae6 + 296e98a commit 404c1e6

File tree

1 file changed

+47
-0
lines changed

1 file changed

+47
-0
lines changed

tests/NOTES.md

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
# Tests
2+
3+
## Lists of Tests disabled for DLFW CI
4+
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+
7+
```
8+
1. MobileNet_v2 model TestCompile test (test_api.py)
9+
10+
2. ATenGELUConvertsCorrectly test (test_activation.cpp)
11+
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+
20+
4. Softmax tests (test_softmax.cpp)
21+
a. ATenSoftmax1DConvertsCorrectly
22+
b. ATenSoftmaxNDConvertsCorrectlySub3DIndex
23+
c. ATenSoftmaxNDConvertsCorrectlyAbove3DIndex
24+
d. ATenSoftmaxNDConvertsCorrectlyNegtiveOneIndex
25+
e. ATenSoftmaxNDConvertsCorrectlyNegtiveIndex
26+
27+
5. Partitioning tests (test_fallback_graph_output.cpp)
28+
a. ComputeResNet50FallbackGraphCorrectly
29+
b. ComputeMobileNetFallbackGraphCorrectly
30+
c. ComputeResNet50HalfFallbackGraphCorrectly
31+
32+
6. RuntimeThreadSafety tests (test_runtime_thread_safety.cpp)
33+
34+
7. ModuleAsEngine tests (test_modules_as_engines.cpp)
35+
a. ModuleAsEngineIsClose
36+
b. ModuleToEngineToModuleIsClose
37+
38+
8. ModuleFallback tests (test_module_fallback.cpp)
39+
a. ResNetModuleFallbacksCorrectly
40+
b. MobileNetModuleFallbacksCorrectlyWithOneEngine
41+
42+
9. CanRunMultipleEngines tests (test_multiple_registered_engines.cpp)
43+
44+
10. CompiledModuleIsClose tests (test_compiled_modules.cpp)
45+
```
46+
47+
Note: Most of these tests could be identified with DISABLE_TEST_IN_CI flag in the test suite.

0 commit comments

Comments
 (0)