Skip to content

Commit be370a1

Browse files
authored
Qualcomm AI Engine Direct - UT fix (#18787)
1 parent 463f07b commit be370a1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

backends/qualcomm/tests/test_qnn_delegate.py

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4919,6 +4919,9 @@ class TestQNNFloatingPointUtils(TestQNN):
49194919
def setUp(self):
49204920
TestQNN.atol = 1e-1
49214921
TestQNN.rtol = 1e-1
4922+
TestQNN.dump_intermediate_outputs = False
4923+
TestQNN.enable_profile = False
4924+
TestQNN.shared_buffer = False
49224925
backend_options = generate_htp_compiler_spec(use_fp16=True)
49234926
TestQNN.compiler_specs = generate_qnn_executorch_compiler_spec(
49244927
soc_model=self.chipset_table[TestQNN.model],
@@ -5547,6 +5550,10 @@ def setUp(self):
55475550
raise ValueError("Backend is not implemented yet")
55485551
TestQNN.atol = 1e-1
55495552
TestQNN.rtol = 1
5553+
TestQNN.dump_intermediate_outputs = False
5554+
TestQNN.enable_profile = False
5555+
TestQNN.shared_buffer = False
5556+
backend_options = generate_htp_compiler_spec(use_fp16=False)
55505557
TestQNN.compiler_specs = generate_qnn_executorch_compiler_spec(
55515558
soc_model=self.chipset_table[TestQNN.model],
55525559
backend_options=backend_options,

0 commit comments

Comments
 (0)