Skip to content

Commit f8f6733

Browse files
committed
UT fix
1 parent a231fbc commit f8f6733

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

backends/qualcomm/tests/test_qnn_delegate.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4885,6 +4885,9 @@ class TestQNNFloatingPointUtils(TestQNN):
48854885
def setUp(self):
48864886
TestQNN.atol = 1e-1
48874887
TestQNN.rtol = 1e-1
4888+
TestQNN.dump_intermediate_outputs = False
4889+
TestQNN.enable_profile = False
4890+
TestQNN.shared_buffer = False
48884891
backend_options = generate_htp_compiler_spec(use_fp16=True)
48894892
TestQNN.compiler_specs = generate_qnn_executorch_compiler_spec(
48904893
soc_model=self.chipset_table[TestQNN.model],
@@ -5501,6 +5504,9 @@ class TestQNNQuantizedUtils(TestQNN):
55015504
def setUp(self):
55025505
TestQNN.atol = 1e-1
55035506
TestQNN.rtol = 1
5507+
TestQNN.dump_intermediate_outputs = False
5508+
TestQNN.enable_profile = False
5509+
TestQNN.shared_buffer = False
55045510
backend_options = generate_htp_compiler_spec(use_fp16=False)
55055511
TestQNN.compiler_specs = generate_qnn_executorch_compiler_spec(
55065512
soc_model=self.chipset_table[TestQNN.model],

0 commit comments

Comments
 (0)