[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518320817 ## File path: python/tvm/relay/op/contrib/arm_compute_lib.py ## @@ -305,14 +307,41 @@ def max_pool2d(expr): typ = args[0].checked_type i

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518234666 ## File path: include/tvm/relay/op_attr_types.h ## @@ -185,6 +185,20 @@ using FTVMLegalize = runtime::TypedPackedFunc& args)>; +/*! + * \brief

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518232783 ## File path: tests/python/contrib/test_arm_compute_lib/test_dense.py ## @@ -20,8 +20,8 @@ import tvm from tvm import relay - -from .infrastru

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518228552 ## File path: tests/python/contrib/test_arm_compute_lib/test_pooling.py ## @@ -175,7 +181,8 @@ def test_pooling(): ["nn.avg_pool2d", fp32

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518182386 ## File path: tests/python/contrib/test_arm_compute_lib/test_dense.py ## @@ -323,7 +357,7 @@ def test_codegen_qnn_dense(): has_bias=c

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518083188 ## File path: tests/python/contrib/test_arm_compute_lib/test_network.py ## @@ -151,7 +152,34 @@ def get_model(): ) +# Test disabled as it

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518083808 ## File path: tests/python/contrib/test_arm_compute_lib/test_network.py ## @@ -151,7 +152,34 @@ def get_model(): ) +# Test disabled as it

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518072473 ## File path: python/tvm/relay/op/contrib/arm_compute_lib.py ## @@ -289,24 +293,57 @@ def qnn_dense(attrs, args): return False if at

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518070818 ## File path: python/tvm/relay/op/contrib/arm_compute_lib.py ## @@ -227,9 +229,10 @@ def _func_wrapper(attrs, args): return _func_wrapper

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-11-05 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r518071065 ## File path: python/tvm/relay/op/contrib/arm_compute_lib.py ## @@ -248,6 +251,7 @@ def conv2d(attrs, args): return True +# conv2d does n

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-10-23 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r510755137 ## File path: include/tvm/relay/op_attr_types.h ## @@ -185,6 +185,20 @@ using FTVMLegalize = runtime::TypedPackedFunc& args)>; +/*! + * \brief

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6724: [BYOC] [ACL] 20.05 memory corruption temporarely fix

2020-10-22 Thread GitBox
d-smirnov commented on a change in pull request #6724: URL: https://github.com/apache/incubator-tvm/pull/6724#discussion_r510443620 ## File path: python/tvm/relay/op/contrib/arm_compute_lib.py ## @@ -289,24 +293,57 @@ def qnn_dense(attrs, args): return False if at