Skip to content

Commit 41f514b

Browse files
irenabirenab
authored andcommitted
remove old tests
1 parent 150e463 commit 41f514b

File tree

3 files changed

+0
-374
lines changed

3 files changed

+0
-374
lines changed

tests/keras_tests/function_tests/test_resource_utilization_data.py

Lines changed: 0 additions & 150 deletions
This file was deleted.

tests/pytorch_tests/function_tests/resource_utilization_data_test.py

Lines changed: 0 additions & 198 deletions
This file was deleted.

tests/pytorch_tests/function_tests/test_function_runner.py

Lines changed: 0 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
Conv2D2BNInfoCollectionTest, Conv2DBNChainInfoCollectionTest, BNChainInfoCollectionTest, \
2121
BNLayerInfoCollectionTest, INP2BNInfoCollectionTest
2222
from tests.pytorch_tests.function_tests.get_gptq_config_test import TestGetGPTQConfig
23-
from tests.pytorch_tests.function_tests.resource_utilization_data_test import TestResourceUtilizationDataBasicAllBitwidth, \
24-
TestResourceUtilizationDataBasicPartialBitwidth, TestResourceUtilizationDataComplexPartialBitwidth, TestResourceUtilizationDataComplexAllBitwidth
2523
from tests.pytorch_tests.function_tests.layer_fusing_test import LayerFusingTest1, LayerFusingTest2, LayerFusingTest3, \
2624
LayerFusingTest4
2725
from tests.pytorch_tests.function_tests.set_device_test import SetDeviceTest
@@ -84,30 +82,6 @@ def test_inp2bn_bn_info_collection(self):
8482
"""
8583
INP2BNInfoCollectionTest(self).run_test()
8684

87-
def test_ru_data_basic_all(self):
88-
"""
89-
This test checks the resource utilization data Pytorch API.
90-
"""
91-
TestResourceUtilizationDataBasicAllBitwidth(self).run_test()
92-
93-
def test_ru_data_basic_partial(self):
94-
"""
95-
This test checks the resource utilization data Pytorch API.
96-
"""
97-
TestResourceUtilizationDataBasicPartialBitwidth(self).run_test()
98-
99-
def test_ru_data_complex_all(self):
100-
"""
101-
This test checks the resource utilization data Pytorch API.
102-
"""
103-
# TODO maxcut: test fails to fund lowest cut (3*224*250 + 3). also need to fix the "max_tensor" of the test Model.
104-
TestResourceUtilizationDataComplexAllBitwidth(self).run_test()
105-
106-
def test_ru_data_complex_partial(self):
107-
"""
108-
This test checks the resource utilization data Pytorch API.
109-
"""
110-
TestResourceUtilizationDataComplexPartialBitwidth(self).run_test()
11185

11286
def test_activation_hessian_trace(self):
11387
"""

0 commit comments

Comments
 (0)