Skip to content

Commit

Permalink
Arm(R) Ethos(TM)-U NPU codegen integration
Browse files Browse the repository at this point in the history
*skipping tests in non ci_cpu containers

Change-Id: If331f7a4d241760cadf91ff64e475675ddef634b
  • Loading branch information
manupak committed Aug 26, 2021
1 parent f858170 commit d6d8bec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/python/contrib/test_ethosu/test_codegen.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,12 @@
# specific language governing permissions and limitations
# under the License.
# pylint: disable=invalid-name, unused-argument
import pytest

pytest.importorskip("ethosu.vela")
import os
import numpy as np
import pathlib
import pytest

import tvm
import tvm.micro as micro
Expand Down
3 changes: 3 additions & 0 deletions tests/python/contrib/test_ethosu/test_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@
# specific language governing permissions and limitations
# under the License.
# pylint: disable=invalid-name, unused-argument
import pytest

pytest.importorskip("ethosu.vela")
from tests.python.relay.aot.aot_test_utils import (
convert_to_relay,
generate_ref_data,
Expand Down

0 comments on commit d6d8bec

Please sign in to comment.