Skip to content

Commit

Permalink
[TESTING] Mark CMSIS-NN test in TVMC tests (apache#10674)
Browse files Browse the repository at this point in the history
Currently failing with `USE_CMSISNN` set to `OFF`
  • Loading branch information
Mousius authored Mar 25, 2022
1 parent 774c285 commit ca82fa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/python/driver/tvmc/test_compiler.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
):
Expand Down

0 comments on commit ca82fa0

Please sign in to comment.