[GitHub] [tvm] Mousius commented on a diff in pull request #12006: [CMSIS-NN][Perf] Converted Relay Conv2D into CMSIS-NN Depthwise

2022-07-11 Thread GitBox
Mousius commented on code in PR #12006: URL: https://github.com/apache/tvm/pull/12006#discussion_r918257288 ## tests/python/contrib/test_cmsisnn/test_conv2d.py: ## @@ -540,6 +547,135 @@ def test_depthwise_int8( ) +@tvm.testing.requires_cmsisnn +@pytest.mark.parametrize(

[GitHub] [tvm] Mousius commented on a diff in pull request #12006: [CMSIS-NN][Perf] Converted Relay Conv2D into CMSIS-NN Depthwise

2022-07-11 Thread GitBox
Mousius commented on code in PR #12006: URL: https://github.com/apache/tvm/pull/12006#discussion_r918257011 ## tests/python/contrib/test_cmsisnn/test_conv2d.py: ## @@ -540,6 +542,111 @@ def test_depthwise_int8( ) +@tvm.testing.requires_cmsisnn +@pytest.mark.parametrize(

[GitHub] [tvm] Mousius commented on a diff in pull request #12006: [CMSIS-NN][Perf] Converted Relay Conv2D into CMSIS-NN Depthwise

2022-07-11 Thread GitBox
Mousius commented on code in PR #12006: URL: https://github.com/apache/tvm/pull/12006#discussion_r917864293 ## tests/python/contrib/test_cmsisnn/test_conv2d.py: ## @@ -540,6 +547,135 @@ def test_depthwise_int8( ) +@tvm.testing.requires_cmsisnn +@pytest.mark.parametrize(

[GitHub] [tvm] Mousius commented on a diff in pull request #12006: [CMSIS-NN][Perf] Converted Relay Conv2D into CMSIS-NN Depthwise

2022-07-06 Thread GitBox
Mousius commented on code in PR #12006: URL: https://github.com/apache/tvm/pull/12006#discussion_r914809595 ## src/relay/backend/contrib/cmsisnn/relay_to_tir.cc: ## @@ -31,6 +30,7 @@ #include "../../../transforms/pattern_utils.h" #include "buffer_size.h" #include "compiler_at