[GitHub] [incubator-tvm] FrozenGene commented on pull request #6294: [TEST] use rpc.LocalSession for simple tests

2020-08-17 Thread GitBox
FrozenGene commented on pull request #6294: URL: https://github.com/apache/incubator-tvm/pull/6294#issuecomment-675267666 Thanks @tqchen @junrushao1994 This is an automated message from the Apache Git Service. To respond to

[incubator-tvm] branch master updated: [TEST] use rpc.LocalSession for simple tests (#6294)

2020-08-17 Thread zhaowu
This is an automated email from the ASF dual-hosted git repository. zhaowu pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git The following commit(s) were added to refs/heads/master by this push: new d2e15c3 [TEST] use rpc.LocalSession for

[GitHub] [incubator-tvm] FrozenGene merged pull request #6294: [TEST] use rpc.LocalSession for simple tests

2020-08-17 Thread GitBox
FrozenGene merged pull request #6294: URL: https://github.com/apache/incubator-tvm/pull/6294 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[incubator-tvm] branch master updated: [TOPI] Support int4/int8 conv2d tensor core with HWNC layout (#6121)

2020-08-17 Thread laurawly
This is an automated email from the ASF dual-hosted git repository. laurawly pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git The following commit(s) were added to refs/heads/master by this push: new 9cc15a4 [TOPI] Support int4/int8

[GitHub] [incubator-tvm] Laurawly merged pull request #6121: [TOPI] Support int4/int8 conv2d tensor core with HWNC layout

2020-08-17 Thread GitBox
Laurawly merged pull request #6121: URL: https://github.com/apache/incubator-tvm/pull/6121 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-tvm] masahi commented on issue #6282: [Frontend][PyTorch]NotImplementedError: The following operators are not implemented: ['aten::index_select']

2020-08-17 Thread GitBox
masahi commented on issue #6282: URL: https://github.com/apache/incubator-tvm/issues/6282#issuecomment-675204024 @interesaaat Please try https://github.com/apache/incubator-tvm/pull/6295 This is an automated message from

[GitHub] [incubator-tvm] masahi closed issue #6282: [Frontend][PyTorch]NotImplementedError: The following operators are not implemented: ['aten::index_select']

2020-08-17 Thread GitBox
masahi closed issue #6282: URL: https://github.com/apache/incubator-tvm/issues/6282 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

[GitHub] [incubator-tvm] masahi opened a new pull request #6295: [Torch] Support index_select

2020-08-17 Thread GitBox
masahi opened a new pull request #6295: URL: https://github.com/apache/incubator-tvm/pull/6295 Should fix https://github.com/apache/incubator-tvm/issues/6282 Please review @siju-samuel This is an automated message

[GitHub] [incubator-tvm] tqchen commented on pull request #6294: [TEST] use rpc.LocalSession for simple tests

2020-08-17 Thread GitBox
tqchen commented on pull request #6294: URL: https://github.com/apache/incubator-tvm/pull/6294#issuecomment-675196740 cc @FrozenGene This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] tqchen opened a new pull request #6294: [TEST] use rpc.LocalSession for simple tests

2020-08-17 Thread GitBox
tqchen opened a new pull request #6294: URL: https://github.com/apache/incubator-tvm/pull/6294 To avoid flaky due to networking. This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] [incubator-tvm] fernchen commented on pull request #6206: [Caffe Frontend] introduce caffe frontend for tvm

2020-08-17 Thread GitBox
fernchen commented on pull request #6206: URL: https://github.com/apache/incubator-tvm/pull/6206#issuecomment-675194997 > @fernchen let us skip the tutorials for now and only add the frontend cpu tests Thanks for your advice! I have modified the codes, please review the other part

[GitHub] [incubator-tvm] electriclilies commented on pull request #6284: [RELAY][DYN] Implementation of the dynamic pad operator

2020-08-17 Thread GitBox
electriclilies commented on pull request #6284: URL: https://github.com/apache/incubator-tvm/pull/6284#issuecomment-675194479 @zhiics @icemelon9 @mbrookhart had a few bugs on this, but it's good to go now! Please let me know what you think. Thanks

[GitHub] [incubator-tvm] samskalicky commented on pull request #6292: [RUNTIME][REFACTOR] Use new to avoid exit-time de-allocation order

2020-08-17 Thread GitBox
samskalicky commented on pull request #6292: URL: https://github.com/apache/incubator-tvm/pull/6292#issuecomment-675192527 Thanks @tqchen! I will try building this into my code tonight and get back to you tomorrow This is

[GitHub] [incubator-tvm] electriclilies opened a new pull request #6293: [DYN][RELAY] Resize support for NCHW-convertible layouts

2020-08-17 Thread GitBox
electriclilies opened a new pull request #6293: URL: https://github.com/apache/incubator-tvm/pull/6293 @icemelon9 pointed out that we can support more layouts than just NCHW and NHWC in shape functions for resize and upsampling. This PR adds support for NCHW convertible layouts to

[GitHub] [incubator-tvm] electriclilies commented on a change in pull request #6273: [RELAY][DYN] Dynamic upsampling relay op

2020-08-17 Thread GitBox
electriclilies commented on a change in pull request #6273: URL: https://github.com/apache/incubator-tvm/pull/6273#discussion_r471836646 ## File path: python/tvm/relay/op/dyn/nn/_nn.py ## @@ -0,0 +1,85 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] tqchen commented on pull request #6292: [RUNTIME][REFACTOR] Use new to avoid exit-time de-allocation order

2020-08-17 Thread GitBox
tqchen commented on pull request #6292: URL: https://github.com/apache/incubator-tvm/pull/6292#issuecomment-675167784 cc @junrushao1994 @samskalicky @zhiics @yzhliu @jroesch @tmoreau89 This is an automated message from the

[GitHub] [incubator-tvm] tqchen opened a new pull request #6292: [RUNTIME][REFACTOR] Use new to avoid exit-time de-allocation order

2020-08-17 Thread GitBox
tqchen opened a new pull request #6292: URL: https://github.com/apache/incubator-tvm/pull/6292 It is hard to control deallocation order of TVM and other frameworks. So just keep the global state active and rely on OS to recycle the resources

[GitHub] [incubator-tvm] mbrookhart edited a comment on issue #6237: Resize produces incorrect results

2020-08-17 Thread GitBox
mbrookhart edited a comment on issue #6237: URL: https://github.com/apache/incubator-tvm/issues/6237#issuecomment-675023086 It looks like it's failing with NHWC `nearest_neighbor`. Looking at git blame, it seems @masahi worked on the test utility and @yongwww worked on the topi op. Could

[GitHub] [incubator-tvm] mbrookhart edited a comment on issue #6237: Resize produces incorrect results

2020-08-17 Thread GitBox
mbrookhart edited a comment on issue #6237: URL: https://github.com/apache/incubator-tvm/issues/6237#issuecomment-675023086 It looks like it's failing with NHWC `nearest_neighbor`. Looking at git blame, it seems @masahi worked on the test utility and @yongwww worked on the topi op. Could

[GitHub] [incubator-tvm] csullivan commented on a change in pull request #6251: [ONNX] Add Clip importer to handle when min/max are provided as inputs.

2020-08-17 Thread GitBox
csullivan commented on a change in pull request #6251: URL: https://github.com/apache/incubator-tvm/pull/6251#discussion_r471818952 ## File path: python/tvm/relay/__init__.py ## @@ -43,6 +43,7 @@ from .op import image from .op import annotation from .op import vision +from

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #6273: [RELAY][DYN] Dynamic upsampling relay op

2020-08-17 Thread GitBox
icemelon9 commented on a change in pull request #6273: URL: https://github.com/apache/incubator-tvm/pull/6273#discussion_r471817969 ## File path: python/tvm/relay/op/dyn/nn/_nn.py ## @@ -0,0 +1,85 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #6251: [ONNX] Add Clip importer to handle when min/max are provided as inputs.

2020-08-17 Thread GitBox
icemelon9 commented on a change in pull request #6251: URL: https://github.com/apache/incubator-tvm/pull/6251#discussion_r471816816 ## File path: python/tvm/relay/__init__.py ## @@ -43,6 +43,7 @@ from .op import image from .op import annotation from .op import vision +from

[incubator-tvm] branch master updated (4644991 -> 37e870b)

2020-08-17 Thread haichen
This is an automated email from the ASF dual-hosted git repository. haichen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 4644991 [ONNX] Update slice to infer attributes when not graph inputs (#6276) add 37e870b

[GitHub] [incubator-tvm] icemelon9 merged pull request #6290: [COMMUNITY] @kparzysz-quic -> committer

2020-08-17 Thread GitBox
icemelon9 merged pull request #6290: URL: https://github.com/apache/incubator-tvm/pull/6290 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [incubator-tvm] icemelon9 commented on a change in pull request #6289: [Relay] Enhance relay.split(), allow splitted dim to be dynamic

2020-08-17 Thread GitBox
icemelon9 commented on a change in pull request #6289: URL: https://github.com/apache/incubator-tvm/pull/6289#discussion_r471814828 ## File path: include/tvm/topi/transform.h ## @@ -481,26 +481,29 @@ inline Tensor stack(const Array& inputs, int axis = 0, std::string name *

[GitHub] [incubator-tvm] cnv1989 closed pull request #6291: Release 1.2.0

2020-08-17 Thread GitBox
cnv1989 closed pull request #6291: URL: https://github.com/apache/incubator-tvm/pull/6291 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-tvm] cnv1989 opened a new pull request #6291: Release 1.2.0

2020-08-17 Thread GitBox
cnv1989 opened a new pull request #6291: URL: https://github.com/apache/incubator-tvm/pull/6291 Thanks for contributing to TVM! Please refer to guideline https://tvm.apache.org/docs/contribute/ for useful information and tips. After the pull request is submitted, please request code

[GitHub] [incubator-tvm] masahi commented on pull request #6276: [ONNX] Update slice to infer attributes when not graph inputs

2020-08-17 Thread GitBox
masahi commented on pull request #6276: URL: https://github.com/apache/incubator-tvm/pull/6276#issuecomment-675144746 Thanks @csullivan @mbrookhart This is an automated message from the Apache Git Service. To respond to the

[incubator-tvm] branch master updated: [ONNX] Update slice to infer attributes when not graph inputs (#6276)

2020-08-17 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git The following commit(s) were added to refs/heads/master by this push: new 4644991 [ONNX] Update slice to infer

[GitHub] [incubator-tvm] masahi merged pull request #6276: [ONNX] Update slice to infer attributes when not graph inputs

2020-08-17 Thread GitBox
masahi merged pull request #6276: URL: https://github.com/apache/incubator-tvm/pull/6276 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-tvm] samskalicky commented on pull request #5986: Fixes for GraphRuntime destruction

2020-08-17 Thread GitBox
samskalicky commented on pull request #5986: URL: https://github.com/apache/incubator-tvm/pull/5986#issuecomment-675137290 Unfortunately we're starting to see this problem in other frameworks as well. Heres PyTorch: ``` #0 0x7fff56b0ee60 in

[GitHub] [incubator-tvm] tqchen edited a comment on pull request #5986: Fixes for GraphRuntime destruction

2020-08-17 Thread GitBox
tqchen edited a comment on pull request #5986: URL: https://github.com/apache/incubator-tvm/pull/5986#issuecomment-675124439 Unfortunately the device API encapsulation means we cannot simply make them static(the need of virtual methods for other device APIs). In this case I think we

[GitHub] [incubator-tvm] tqchen commented on pull request #5986: Fixes for GraphRuntime destruction

2020-08-17 Thread GitBox
tqchen commented on pull request #5986: URL: https://github.com/apache/incubator-tvm/pull/5986#issuecomment-675124439 Unfortunately the device API encapsulation means we cannot simply make them static(the need of virtual methods for other device APIs).

[GitHub] [incubator-tvm] samskalicky commented on pull request #5986: Fixes for GraphRuntime destruction

2020-08-17 Thread GitBox
samskalicky commented on pull request #5986: URL: https://github.com/apache/incubator-tvm/pull/5986#issuecomment-675123247 @tqchen the CPU/GPU device API classes dont seem to store any state. Can we just make these APIs static?

[GitHub] [incubator-tvm] electriclilies commented on a change in pull request #6273: [RELAY][DYN] Dynamic upsampling relay op

2020-08-17 Thread GitBox
electriclilies commented on a change in pull request #6273: URL: https://github.com/apache/incubator-tvm/pull/6273#discussion_r471674501 ## File path: src/relay/op/dyn/nn/upsampling.h ## @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [incubator-tvm] electriclilies commented on a change in pull request #6273: [RELAY][DYN] Dynamic upsampling relay op

2020-08-17 Thread GitBox
electriclilies commented on a change in pull request #6273: URL: https://github.com/apache/incubator-tvm/pull/6273#discussion_r471674361 ## File path: src/relay/op/dyn/nn/upsampling.h ## @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[GitHub] [incubator-tvm] areusch commented on a change in pull request #6154: Add tvm::support::hexdump() debug utility

2020-08-17 Thread GitBox
areusch commented on a change in pull request #6154: URL: https://github.com/apache/incubator-tvm/pull/6154#discussion_r471671743 ## File path: src/support/hexdump.h ## @@ -0,0 +1,45 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [incubator-tvm] mbrookhart commented on issue #6237: Resize produces incorrect results

2020-08-17 Thread GitBox
mbrookhart commented on issue #6237: URL: https://github.com/apache/incubator-tvm/issues/6237#issuecomment-675023086 It looks like it's failing with NHWC `nearest_neighbor. Looking at git blame, it seems @masahi worked on the test utility and @yongwww worked on the topi op. Could one or

[GitHub] [incubator-tvm] interesaaat commented on issue #6282: [Frontend][PyTorch]NotImplementedError: The following operators are not implemented: ['aten::index_select']

2020-08-17 Thread GitBox
interesaaat commented on issue #6282: URL: https://github.com/apache/incubator-tvm/issues/6282#issuecomment-675009079 This should work: ``` import numpy as np import torch class My_module(torch.nn.Module): def __init__(self, features): super(My_module,

[GitHub] [incubator-tvm] tqchen opened a new pull request #6290: [COMMUNITY] @kparzysz-quic -> committer

2020-08-17 Thread GitBox
tqchen opened a new pull request #6290: URL: https://github.com/apache/incubator-tvm/pull/6290 Please join us to welcome @kparzysz-quic as a new committer. He contributes the initial scaffolding of the TVM hexagon backend. He is also an expert in LLVM, and regularly sends patches to

[GitHub] [incubator-tvm] leandron commented on pull request #6222: [BYOC][ETHOSN] Introduce the Ethos-N BYOC integration

2020-08-17 Thread GitBox
leandron commented on pull request #6222: URL: https://github.com/apache/incubator-tvm/pull/6222#issuecomment-674989875 > Mostly LGTM. @Leo-arm, @tristan-arm, @leandron, @u99127, @lhutton1, can any of you take a look as well since you are more familiar with the ARM side? Thanks

[GitHub] [incubator-tvm] Leo-arm commented on pull request #6222: [BYOC][ETHOSN] Introduce the Ethos-N BYOC integration

2020-08-17 Thread GitBox
Leo-arm commented on pull request #6222: URL: https://github.com/apache/incubator-tvm/pull/6222#issuecomment-674989939 We have done internal reviews for our initial integration, this patch and the next few, and this LGTM.

[GitHub] [incubator-tvm] mbaret commented on a change in pull request #6222: [BYOC][ETHOSN] Introduce the Ethos-N BYOC integration

2020-08-17 Thread GitBox
mbaret commented on a change in pull request #6222: URL: https://github.com/apache/incubator-tvm/pull/6222#discussion_r471603321 ## File path: src/relay/backend/contrib/ethosn/codegen_ethosn.h ## @@ -0,0 +1,328 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-tvm] tqchen commented on pull request #5913: [random] support random fill

2020-08-17 Thread GitBox
tqchen commented on pull request #5913: URL: https://github.com/apache/incubator-tvm/pull/5913#issuecomment-674986083 Thanks @FrozenGene @comaniac @merrymercy This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #6222: [BYOC][ETHOSN] Introduce the Ethos-N BYOC integration

2020-08-17 Thread GitBox
zhiics commented on a change in pull request #6222: URL: https://github.com/apache/incubator-tvm/pull/6222#discussion_r471601797 ## File path: src/relay/backend/contrib/ethosn/codegen_ethosn.h ## @@ -0,0 +1,328 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[incubator-tvm] branch master updated (e4dc5c8 -> f731652)

2020-08-17 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from e4dc5c8 [Build] Add cmake options into libinfo (#6286) add f731652 [random] support random fill

[GitHub] [incubator-tvm] tqchen merged pull request #5913: [random] support random fill

2020-08-17 Thread GitBox
tqchen merged pull request #5913: URL: https://github.com/apache/incubator-tvm/pull/5913 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #6222: [BYOC][ETHOSN] Introduce the Ethos-N BYOC integration

2020-08-17 Thread GitBox
zhiics commented on a change in pull request #6222: URL: https://github.com/apache/incubator-tvm/pull/6222#discussion_r471601797 ## File path: src/relay/backend/contrib/ethosn/codegen_ethosn.h ## @@ -0,0 +1,328 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-tvm] mbaret commented on a change in pull request #6222: [BYOC][ETHOSN] Introduce the Ethos-N BYOC integration

2020-08-17 Thread GitBox
mbaret commented on a change in pull request #6222: URL: https://github.com/apache/incubator-tvm/pull/6222#discussion_r471597402 ## File path: src/relay/backend/contrib/ethosn/codegen_ethosn.h ## @@ -0,0 +1,328 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #6273: [RELAY][DYN] Dynamic upsampling relay op

2020-08-17 Thread GitBox
zhiics commented on a change in pull request #6273: URL: https://github.com/apache/incubator-tvm/pull/6273#discussion_r471595331 ## File path: src/relay/op/dyn/nn/upsampling.h ## @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [incubator-tvm] zhiics commented on pull request #6222: [BYOC][ETHOSN] Introduce the Ethos-N BYOC integration

2020-08-17 Thread GitBox
zhiics commented on pull request #6222: URL: https://github.com/apache/incubator-tvm/pull/6222#issuecomment-674978083 Mostly LGTM. @Leo-arm, @tristan-arm, @leandron, @u99127, @lhutton1, can any of you take a look as well since you are more familiar with the ARM side?

[GitHub] [incubator-tvm] zhiics commented on a change in pull request #6222: [BYOC][ETHOSN] Introduce the Ethos-N BYOC integration

2020-08-17 Thread GitBox
zhiics commented on a change in pull request #6222: URL: https://github.com/apache/incubator-tvm/pull/6222#discussion_r471588713 ## File path: src/relay/backend/contrib/ethosn/codegen_ethosn.h ## @@ -0,0 +1,328 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-tvm] mbrookhart commented on a change in pull request #6273: [RELAY][DYN] Dynamic upsampling relay op

2020-08-17 Thread GitBox
mbrookhart commented on a change in pull request #6273: URL: https://github.com/apache/incubator-tvm/pull/6273#discussion_r471585971 ## File path: src/relay/op/dyn/nn/upsampling.h ## @@ -0,0 +1,46 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or

[incubator-tvm] branch master updated (f6e00a0 -> e4dc5c8)

2020-08-17 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from f6e00a0 [Frontend][Relay] Fix node indices attribute error for tensorflow 2.3 (#6288) add e4dc5c8

[GitHub] [incubator-tvm] tqchen merged pull request #6286: [Build] Add cmake options into libinfo

2020-08-17 Thread GitBox
tqchen merged pull request #6286: URL: https://github.com/apache/incubator-tvm/pull/6286 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [incubator-tvm] tqchen commented on pull request #6206: [Caffe Frontend] introduce caffe frontend for tvm

2020-08-17 Thread GitBox
tqchen commented on pull request #6206: URL: https://github.com/apache/incubator-tvm/pull/6206#issuecomment-674908816 @fernchen let us skip the tutorials for now and only add the frontend cpu tests This is an automated

[GitHub] [incubator-tvm] kparzysz-quic commented on a change in pull request #6261: [Hexagon] Initial support for Hexagon codegen

2020-08-17 Thread GitBox
kparzysz-quic commented on a change in pull request #6261: URL: https://github.com/apache/incubator-tvm/pull/6261#discussion_r471419335 ## File path: src/target/llvm/codegen_hexagon.cc ## @@ -0,0 +1,812 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + *

[GitHub] [incubator-tvm] kparzysz-quic commented on a change in pull request #6261: [Hexagon] Initial support for Hexagon codegen

2020-08-17 Thread GitBox
kparzysz-quic commented on a change in pull request #6261: URL: https://github.com/apache/incubator-tvm/pull/6261#discussion_r471417488 ## File path: python/tvm/contrib/hexagon.py ## @@ -0,0 +1,212 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] kparzysz-quic commented on a change in pull request #6261: [Hexagon] Initial support for Hexagon codegen

2020-08-17 Thread GitBox
kparzysz-quic commented on a change in pull request #6261: URL: https://github.com/apache/incubator-tvm/pull/6261#discussion_r471414408 ## File path: tests/python/unittest/test_target_codegen_hexagon.py ## @@ -0,0 +1,95 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] kparzysz-quic commented on a change in pull request #6261: [Hexagon] Initial support for Hexagon codegen

2020-08-17 Thread GitBox
kparzysz-quic commented on a change in pull request #6261: URL: https://github.com/apache/incubator-tvm/pull/6261#discussion_r471414408 ## File path: tests/python/unittest/test_target_codegen_hexagon.py ## @@ -0,0 +1,95 @@ +# Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] masahi commented on a change in pull request #6222: [BYOC][ETHOSN] Introduce the Ethos-N BYOC integration

2020-08-17 Thread GitBox
masahi commented on a change in pull request #6222: URL: https://github.com/apache/incubator-tvm/pull/6222#discussion_r471399762 ## File path: src/runtime/contrib/ethosn/ethosn_runtime.cc ## @@ -0,0 +1,127 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one +

[GitHub] [incubator-tvm] lixiaoquan opened a new pull request #6289: [Relay] Enhance relay.split(), allow splitted dim to be dynamic

2020-08-17 Thread GitBox
lixiaoquan opened a new pull request #6289: URL: https://github.com/apache/incubator-tvm/pull/6289 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the

[GitHub] [incubator-tvm] mbaret commented on pull request #6222: [BYOC][ETHOSN] Introduce the Ethos-N BYOC integration

2020-08-17 Thread GitBox
mbaret commented on pull request #6222: URL: https://github.com/apache/incubator-tvm/pull/6222#issuecomment-674782511 Now the docker image is updated this passes CI, could you take another look @zhiics @masahi ? This is an

[GitHub] [incubator-tvm] junrushao1994 commented on pull request #6286: [Build] Add cmake options into libinfo

2020-08-17 Thread GitBox
junrushao1994 commented on pull request #6286: URL: https://github.com/apache/incubator-tvm/pull/6286#issuecomment-674699758 @comaniac I agree. It would be helpful if we have a forum thread discussing what should be included in the libinfo. A potentially issue is that I might not have all

[GitHub] [incubator-tvm] FrozenGene commented on a change in pull request #6261: [Hexagon] Initial support for Hexagon codegen

2020-08-17 Thread GitBox
FrozenGene commented on a change in pull request #6261: URL: https://github.com/apache/incubator-tvm/pull/6261#discussion_r471256935 ## File path: python/tvm/contrib/hexagon.py ## @@ -0,0 +1,212 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] comaniac edited a comment on pull request #6286: [Build] Add cmake options into libinfo

2020-08-17 Thread GitBox
comaniac edited a comment on pull request #6286: URL: https://github.com/apache/incubator-tvm/pull/6286#issuecomment-674687125 Hey thanks for the change. I agree with your methodology that we could customize the libinfo to deliver whatever we want. Apparently, it's impractical to parse

[GitHub] [incubator-tvm] comaniac commented on pull request #6286: [Build] Add cmake options into libinfo

2020-08-17 Thread GitBox
comaniac commented on pull request #6286: URL: https://github.com/apache/incubator-tvm/pull/6286#issuecomment-674687125 Hey thanks for the change. I agree with your methodology that we could customize the libinfo to deliver whatever we want. Apparently, it's impractical to parse