You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tvm.apache.org by ma...@apache.org on 2022/03/25 14:11:02 UTC

[tvm] branch main updated: [TESTING] Mark CMSIS-NN test in TVMC tests (#10674)

This is an automated email from the ASF dual-hosted git repository.

manupa pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tvm.git


The following commit(s) were added to refs/heads/main by this push:
     new ca82fa0  [TESTING] Mark CMSIS-NN test in TVMC tests (#10674)
ca82fa0 is described below

commit ca82fa050bfc9c1ada7d3d851dbc83dbaa6d5914
Author: Christopher Sidebottom <ch...@arm.com>
AuthorDate: Fri Mar 25 14:10:25 2022 +0000

    [TESTING] Mark CMSIS-NN test in TVMC tests (#10674)
    
    Currently failing with `USE_CMSISNN` set to `OFF`
---
 tests/python/driver/tvmc/test_compiler.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/python/driver/tvmc/test_compiler.py b/tests/python/driver/tvmc/test_compiler.py
index 5ebcb8e..4b21f4e 100644
--- a/tests/python/driver/tvmc/test_compiler.py
+++ b/tests/python/driver/tvmc/test_compiler.py
@@ -390,6 +390,7 @@ def test_compile_tflite_module_with_external_codegen_ethos_n77(tflite_mobilenet_
     assert os.path.exists(dumps_path)
 
 
+@tvm.testing.requires_cmsisnn
 def test_compile_tflite_module_with_external_codegen_cmsisnn(
     tmpdir_factory, tflite_cnn_s_quantized
 ):