[GitHub] [tvm] lhutton1 commented on a change in pull request #7206: [BYOC][ACL] Depthwise convolution support

2021-01-09 Thread GitBox
lhutton1 commented on a change in pull request #7206: URL: https://github.com/apache/tvm/pull/7206#discussion_r554048506 ## File path: src/runtime/contrib/arm_compute_lib/acl_runtime.cc ## @@ -269,6 +268,64 @@ class ACLRuntime : public JSONRuntimeBase { layer->function =

[GitHub] [tvm] lhutton1 commented on a change in pull request #7206: [BYOC][ACL] Depthwise convolution support

2021-01-08 Thread GitBox
lhutton1 commented on a change in pull request #7206: URL: https://github.com/apache/tvm/pull/7206#discussion_r554048506 ## File path: src/runtime/contrib/arm_compute_lib/acl_runtime.cc ## @@ -269,6 +268,64 @@ class ACLRuntime : public JSONRuntimeBase { layer->function =

[GitHub] [tvm] lhutton1 commented on a change in pull request #7206: [BYOC][ACL] Depthwise convolution support

2021-01-04 Thread GitBox
lhutton1 commented on a change in pull request #7206: URL: https://github.com/apache/tvm/pull/7206#discussion_r551595603 ## File path: python/tvm/relay/op/contrib/arm_compute_lib.py ## @@ -19,12 +19,15 @@ import numpy as np import tvm +import tvm._ffi Review comment: