From ac49e7470c64b725876368158c9a7911c9845070 Mon Sep 17 00:00:00 2001 From: Chris Sidebottom Date: Fri, 18 Mar 2022 14:12:45 +0000 Subject: [PATCH] [TESTING] Mark CMSIS-NN test in TVMC tests 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 5ebcb8eea27d..4b21f4edc8d5 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 ):