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 <[email protected]>
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)
[email protected]_cmsisnn
def test_compile_tflite_module_with_external_codegen_cmsisnn(
tmpdir_factory, tflite_cnn_s_quantized
):