Skip to content

Commit b9ca469

Browse files
committed
add skip test macro for linear in block quantization
1 parent 53bae44 commit b9ca469

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

backends/qualcomm/tests/test_qnn_delegate.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2383,6 +2383,7 @@ def test_qnn_backend_linear(self):
23832383
module = self.get_qdq_module(module, sample_input)
23842384
self.lower_module_and_test_output(module, sample_input)
23852385

2386+
@unittest.skipIf(is_qnn_sdk_version_less_than("2.30"), "UT pass after QNN 2.30")
23862387
def test_qnn_backend_linear_block(self):
23872388
modules = [
23882389
Linear(use_bias=False), # noqa: F405

0 commit comments

Comments
 (0)