[incubator-tvm] branch master updated (5402642 -> 3053321)

2020-09-25 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 5402642 Add proper cmake PATHS when multiple NAMES. (#6558) add 3053321 Zhi's key for ASF release

[GitHub] [incubator-tvm] tqchen merged pull request #6554: [COMMUNITY] Zhi's key for ASF release

2020-09-25 Thread GitBox
tqchen merged pull request #6554: URL: https://github.com/apache/incubator-tvm/pull/6554 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] jcf94 commented on pull request #6557: [Ansor][FLAKY] Bug fix for compute at mutation error

2020-09-25 Thread GitBox
jcf94 commented on pull request #6557: URL: https://github.com/apache/incubator-tvm/pull/6557#issuecomment-699277253 > Thanks @jcf94 @FrozenGene Thanks. This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] mwillsey opened a new pull request #6563: [Rust] Improve NDArray, GraphRt, and Relay bindings

2020-09-25 Thread GitBox
mwillsey opened a new pull request #6563: URL: https://github.com/apache/incubator-tvm/pull/6563 This PR packages up some varied work that @jroesch, @gussmith23, and I have been working on to improve the Rust bindings.

[GitHub] [incubator-tvm] comaniac edited a comment on pull request #6562: [AutoTVM][Ansor] Turn on USE_RANDOM by default

2020-09-25 Thread GitBox
comaniac edited a comment on pull request #6562: URL: https://github.com/apache/incubator-tvm/pull/6562#issuecomment-699213150 It's fine if users directly copy `cmake/config.cmake` to build. However, as the usage in the docker images, some users prefer to create a simple `config.cmake`

[GitHub] [incubator-tvm] FrozenGene commented on pull request #6562: [AutoTVM][Ansor] Turn on USE_RANDOM by default

2020-09-25 Thread GitBox
FrozenGene commented on pull request #6562: URL: https://github.com/apache/incubator-tvm/pull/6562#issuecomment-699214733 ok. Thanks for explaining. This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] tkonolige commented on a change in pull request #6516: [RELAY][OP] roi_pool operator alter layout

2020-09-25 Thread GitBox
tkonolige commented on a change in pull request #6516: URL: https://github.com/apache/incubator-tvm/pull/6516#discussion_r495315240 ## File path: src/relay/op/vision/rcnn_op.cc ## @@ -119,14 +119,34 @@ bool ROIPoolRel(const Array& types, int num_inputs, const Attrs& attrs,

[GitHub] [incubator-tvm] comaniac commented on pull request #6562: [AutoTVM][Ansor] Turn on USE_RANDOM by default

2020-09-25 Thread GitBox
comaniac commented on pull request #6562: URL: https://github.com/apache/incubator-tvm/pull/6562#issuecomment-699213150 It's fine if users directly copy `cmake/config.cmake` to build. However, as the usage in the docker images, some users prefer to create a simple `config.cmake` that only

[GitHub] [incubator-tvm] FrozenGene commented on pull request #6562: [AutoTVM][Ansor] Turn on USE_RANDOM by default

2020-09-25 Thread GitBox
FrozenGene commented on pull request #6562: URL: https://github.com/apache/incubator-tvm/pull/6562#issuecomment-699212019 Thanks Cody. Could you explain a little bit why cmake/config.cmake doesn’t turn it on by default? As USE_SORT uses this way too-- Original

[GitHub] [incubator-tvm] comaniac opened a new pull request #6562: [AutoTVM][Ansor] Turn on USE_RANDOM by default

2020-09-25 Thread GitBox
comaniac opened a new pull request #6562: URL: https://github.com/apache/incubator-tvm/pull/6562 After #6391, we require `USE_RANDOM` to be on during the tuning. However, setting `USE_RANDOM ON` in `cmake/config.cmake` doesn't really turn it on by default. cc @FrozenGene

[GitHub] [incubator-tvm] u99127 commented on a change in pull request #6445: Add dot product support for quantized convolution.

2020-09-25 Thread GitBox
u99127 commented on a change in pull request #6445: URL: https://github.com/apache/incubator-tvm/pull/6445#discussion_r495302617 ## File path: python/tvm/topi/arm_cpu/arm_utils.py ## @@ -0,0 +1,32 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6343: [BYOC][CONTRIB] Vitis-AI codegen integration

2020-09-25 Thread GitBox
comaniac commented on a change in pull request #6343: URL: https://github.com/apache/incubator-tvm/pull/6343#discussion_r495280239 ## File path: python/tvm/contrib/target/vitis_ai.py ## @@ -0,0 +1,138 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] tqchen commented on a change in pull request #5812: Bring Your Own Datatypes

2020-09-25 Thread GitBox
tqchen commented on a change in pull request #5812: URL: https://github.com/apache/incubator-tvm/pull/5812#discussion_r495285375 ## File path: cmake/config.cmake ## @@ -120,6 +120,9 @@ set(USE_LLVM OFF) #- # Contrib libraries

[GitHub] [incubator-tvm] hypercubestart commented on pull request #5812: Bring Your Own Datatypes

2020-09-25 Thread GitBox
hypercubestart commented on pull request #5812: URL: https://github.com/apache/incubator-tvm/pull/5812#issuecomment-699184231 Bumping on this for review: cc: @tqchen @jroesch @tmoreau89 @junrushao1994 @zhiics @ZihengJiang @hogepodge @comaniac

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6537: [tvmc] Introduce 'tune' subcommand (part 3/4)

2020-09-25 Thread GitBox
comaniac commented on a change in pull request #6537: URL: https://github.com/apache/incubator-tvm/pull/6537#discussion_r495276024 ## File path: python/tvm/driver/tvmc/autotuner.py ## @@ -0,0 +1,294 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] mbrookhart commented on a change in pull request #6351: Dynamic ONNX Importer

2020-09-25 Thread GitBox
mbrookhart commented on a change in pull request #6351: URL: https://github.com/apache/incubator-tvm/pull/6351#discussion_r495270303 ## File path: python/tvm/relay/op/strategy/x86.py ## @@ -347,12 +348,20 @@ def dense_strategy_cpu(attrs, inputs, out_type, target): def

[GitHub] [incubator-tvm] leandron commented on a change in pull request #6537: [tvmc] Introduce 'tune' subcommand (part 3/4)

2020-09-25 Thread GitBox
leandron commented on a change in pull request #6537: URL: https://github.com/apache/incubator-tvm/pull/6537#discussion_r495267600 ## File path: python/tvm/driver/tvmc/autotuner.py ## @@ -0,0 +1,294 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] mbrookhart commented on a change in pull request #6351: Dynamic ONNX Importer

2020-09-25 Thread GitBox
mbrookhart commented on a change in pull request #6351: URL: https://github.com/apache/incubator-tvm/pull/6351#discussion_r495256660 ## File path: python/tvm/relay/op/strategy/x86.py ## @@ -347,12 +348,20 @@ def dense_strategy_cpu(attrs, inputs, out_type, target): def

[GitHub] [incubator-tvm] leandron edited a comment on issue #6421: [RFC] v0.7 Release Planning

2020-09-25 Thread GitBox
leandron edited a comment on issue #6421: URL: https://github.com/apache/incubator-tvm/issues/6421#issuecomment-699170320 > TVMC(Experimental) > * [tvmc] Introduce 'tune' subcommand (part 3/4) (#6537) -- expected to merge in 1 week. > * TVMC part 4/4: Tutorial -- not filed

[GitHub] [incubator-tvm] leandron commented on issue #6421: [RFC] v0.7 Release Planning

2020-09-25 Thread GitBox
leandron commented on issue #6421: URL: https://github.com/apache/incubator-tvm/issues/6421#issuecomment-699170320 > TVMC(Experimental) > * [tvmc] Introduce 'tune' subcommand (part 3/4) (#6537) -- expected to merge in 1 week. > * TVMC part 4/4: Tutorial -- not filed yet but I

[GitHub] [incubator-tvm] mbrookhart commented on a change in pull request #6351: Dynamic ONNX Importer

2020-09-25 Thread GitBox
mbrookhart commented on a change in pull request #6351: URL: https://github.com/apache/incubator-tvm/pull/6351#discussion_r495255300 ## File path: tests/python/frontend/onnx/test_forward.py ## @@ -935,16 +975,67 @@ def verify_batch_matmul(a_shape, b_shape): model =

[GitHub] [incubator-tvm] ZihengJiang commented on issue #6421: [RFC] v0.7 Release Planning

2020-09-25 Thread GitBox
ZihengJiang commented on issue #6421: URL: https://github.com/apache/incubator-tvm/issues/6421#issuecomment-699131319 @comaniac Thanks for checking! I have added missing ones except those are not merged yet. This is an

[GitHub] [incubator-tvm] ZihengJiang edited a comment on issue #6486: TVM v0.7 Release Note Candidate

2020-09-25 Thread GitBox
ZihengJiang edited a comment on issue #6486: URL: https://github.com/apache/incubator-tvm/issues/6486#issuecomment-698659880 # Feature Improvement ## Accelerator and Microcontroller Support - Cleanup legacy verilog code

[GitHub] [incubator-tvm] ZihengJiang edited a comment on issue #6486: TVM v0.7 Release Note Candidate

2020-09-25 Thread GitBox
ZihengJiang edited a comment on issue #6486: URL: https://github.com/apache/incubator-tvm/issues/6486#issuecomment-698659880 # Feature Improvement ## Accelerator and Microcontroller Support - Cleanup legacy verilog code

[GitHub] [incubator-tvm] tqchen commented on pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-25 Thread GitBox
tqchen commented on pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#issuecomment-699122110 Thanks @tkonolige please fix the lint error This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] anilmartha edited a comment on pull request #6343: [BYOC][CONTRIB] Vitis-AI codegen integration

2020-09-25 Thread GitBox
anilmartha edited a comment on pull request #6343: URL: https://github.com/apache/incubator-tvm/pull/6343#issuecomment-699086025 Add @tmoreau89 This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] anilmartha commented on pull request #6343: [BYOC][CONTRIB] Vitis-AI codegen integration

2020-09-25 Thread GitBox
anilmartha commented on pull request #6343: URL: https://github.com/apache/incubator-tvm/pull/6343#issuecomment-699086025 + @tmoreau89 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] anilmartha commented on a change in pull request #6343: [BYOC][CONTRIB] Vitis-AI codegen integration

2020-09-25 Thread GitBox
anilmartha commented on a change in pull request #6343: URL: https://github.com/apache/incubator-tvm/pull/6343#discussion_r495158031 ## File path: src/runtime/contrib/vitis_ai/vitis_ai_runtime.cc ## @@ -0,0 +1,147 @@ +/* + * Licensed to the Apache Software Foundation (ASF)

[GitHub] [incubator-tvm] jtuyls commented on pull request #6343: [BYOC][CONTRIB] Vitis-AI codegen integration

2020-09-25 Thread GitBox
jtuyls commented on pull request #6343: URL: https://github.com/apache/incubator-tvm/pull/6343#issuecomment-699079138 @comaniac @zhiics @mbaret We updated the PR with changes addressing the comments. Could you have another look? Thanks.

[GitHub] [incubator-tvm] tqchen commented on issue #6559: [Rust] Memory leak in NDArray

2020-09-25 Thread GitBox
tqchen commented on issue #6559: URL: https://github.com/apache/incubator-tvm/issues/6559#issuecomment-699076064 @1210 @mwillsey can you land a quick hotfix? This is an automated message from the Apache Git Service. To

[GitHub] [incubator-tvm] jroesch commented on issue #6559: [Rust] Memory leak in NDArray

2020-09-25 Thread GitBox
jroesch commented on issue #6559: URL: https://github.com/apache/incubator-tvm/issues/6559#issuecomment-699070121 This old NDArray is based on the previous interface that I've been working on replacing. @mwillsey and I have been redefining NDArray to use TVM's underlying NDArray object

[GitHub] [incubator-tvm] tkonolige commented on pull request #6522: Rename tvm.hybrid.script to tvm.script.

2020-09-25 Thread GitBox
tkonolige commented on pull request #6522: URL: https://github.com/apache/incubator-tvm/pull/6522#issuecomment-699068913 @tqchen @ZihengJiang I've updated this to match the discussion. This is an automated message from the

[GitHub] [incubator-tvm] comaniac commented on issue #6421: [RFC] v0.7 Release Planning

2020-09-25 Thread GitBox
comaniac commented on issue #6421: URL: https://github.com/apache/incubator-tvm/issues/6421#issuecomment-699060362 > At this point, we should focus on stablization, so we don't have to rush in features like Vitis-AI and TensorRT and can do them in the v0.8 cycle(for better stablization).

[GitHub] [incubator-tvm] comaniac edited a comment on issue #6421: [RFC] v0.7 Release Planning

2020-09-25 Thread GitBox
comaniac edited a comment on issue #6421: URL: https://github.com/apache/incubator-tvm/issues/6421#issuecomment-699048824 A brief summary of the related PRs missed in the current release note candidates. Not sure if all of them have to be listed so just for reference. Except for the note

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6560: [BYOC][ETHOSN] Fix tests for new module API

2020-09-25 Thread GitBox
comaniac commented on a change in pull request #6560: URL: https://github.com/apache/incubator-tvm/pull/6560#discussion_r495130579 ## File path: tests/python/contrib/test_ethosn/test_networks.py ## @@ -78,24 +78,16 @@ def get_model(): ) return

[GitHub] [incubator-tvm] tqchen closed issue #6548: [TEST][FLAKY] ParallelFor issue in test_sketch_search_policy_basic

2020-09-25 Thread GitBox
tqchen closed issue #6548: URL: https://github.com/apache/incubator-tvm/issues/6548 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] tqchen edited a comment on issue #6421: [RFC] v0.7 Release Planning

2020-09-25 Thread GitBox
tqchen edited a comment on issue #6421: URL: https://github.com/apache/incubator-tvm/issues/6421#issuecomment-699054679 At this point, we should focus on stablization, so we don't have to rush in features like Vitis-AI and TensorRT and can do them in the v0.8 cycle(for better

[GitHub] [incubator-tvm] tqchen edited a comment on issue #6421: [RFC] v0.7 Release Planning

2020-09-25 Thread GitBox
tqchen edited a comment on issue #6421: URL: https://github.com/apache/incubator-tvm/issues/6421#issuecomment-699054679 At this point, we should focus on stablization, so we don't have to rush in features like Vitis-AI and TensorRT and we do them in v0.8 cycle(for better stablization).

[GitHub] [incubator-tvm] tqchen edited a comment on issue #6421: [RFC] v0.7 Release Planning

2020-09-25 Thread GitBox
tqchen edited a comment on issue #6421: URL: https://github.com/apache/incubator-tvm/issues/6421#issuecomment-699054679 Thanks @comaniac . At this point, we should focus on stablization, so we don't have to rush in features like Vitis-AI and TensorRT and we do them in v0.8 cycle(for

[GitHub] [incubator-tvm] tqchen commented on issue #6421: [RFC] v0.7 Release Planning

2020-09-25 Thread GitBox
tqchen commented on issue #6421: URL: https://github.com/apache/incubator-tvm/issues/6421#issuecomment-699054679 At this point, we should focus on stablization, so we don't have to rush in features like Vitis-AI and TensorRT and we do them in v0.8 cycle(for better stablization). We

[GitHub] [incubator-tvm] comaniac commented on issue #6421: [RFC] v0.7 Release Planning

2020-09-25 Thread GitBox
comaniac commented on issue #6421: URL: https://github.com/apache/incubator-tvm/issues/6421#issuecomment-699048824 A brief summary of the related PRs missed in the current release note candidates. Not sure if all of them have to be listed so just for reference. Except for the note

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6537: [tvmc] Introduce 'tune' subcommand (part 3/4)

2020-09-25 Thread GitBox
comaniac commented on a change in pull request #6537: URL: https://github.com/apache/incubator-tvm/pull/6537#discussion_r495112191 ## File path: python/tvm/driver/tvmc/autotuner.py ## @@ -0,0 +1,294 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] comaniac commented on issue #6548: [TEST][FLAKY] ParallelFor issue in test_sketch_search_policy_basic

2020-09-25 Thread GitBox
comaniac commented on issue #6548: URL: https://github.com/apache/incubator-tvm/issues/6548#issuecomment-699032258 Looks like the same problem as #6557 fixed. Should be fine now. This is an automated message from the Apache

[GitHub] [incubator-tvm] tqchen commented on issue #6548: [TEST][FLAKY] ParallelFor issue in test_sketch_search_policy_basic

2020-09-25 Thread GitBox
tqchen commented on issue #6548: URL: https://github.com/apache/incubator-tvm/issues/6548#issuecomment-699031325 Another related https://ci.tlcpack.ai/blue/organizations/jenkins/tvm/detail/PR-6554/2/pipeline This is

[incubator-tvm] branch master updated (8889c7a -> 5402642)

2020-09-25 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 8889c7a [Ansor][FLAKY] Bug fix for compute at mutation error (#6557) add 5402642 Add proper cmake

[GitHub] [incubator-tvm] comaniac commented on pull request #6557: [Ansor][FLAKY] Bug fix for compute at mutation error

2020-09-25 Thread GitBox
comaniac commented on pull request #6557: URL: https://github.com/apache/incubator-tvm/pull/6557#issuecomment-699030532 Thanks @jcf94 @FrozenGene This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] tqchen merged pull request #6558: Add proper cmake PATHS when multiple NAMES.

2020-09-25 Thread GitBox
tqchen merged pull request #6558: URL: https://github.com/apache/incubator-tvm/pull/6558 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

[incubator-tvm] branch master updated (1a9dcf1 -> 8889c7a)

2020-09-25 Thread comaniac
This is an automated email from the ASF dual-hosted git repository. comaniac pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from 1a9dcf1 Make missing desired layout non-fatal (#6553) add 8889c7a [Ansor][FLAKY] Bug fix for compute

[GitHub] [incubator-tvm] comaniac merged pull request #6557: [Ansor][FLAKY] Bug fix for compute at mutation error

2020-09-25 Thread GitBox
comaniac merged pull request #6557: URL: https://github.com/apache/incubator-tvm/pull/6557 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 #6373: Register shape functions for some image related ops

2020-09-25 Thread GitBox
icemelon9 commented on a change in pull request #6373: URL: https://github.com/apache/incubator-tvm/pull/6373#discussion_r495102806 ## File path: python/tvm/relay/op/image/_image.py ## @@ -40,6 +40,33 @@ def compute_resize(attrs, inputs, out_type):

[GitHub] [incubator-tvm] trevor-m opened a new pull request #6561: [Relay][MXNet] Support broadcast_like

2020-09-25 Thread GitBox
trevor-m opened a new pull request #6561: URL: https://github.com/apache/incubator-tvm/pull/6561 Adds support for MXNet `broadcast_like` using the existing Relay op `broadcast_to_like`. This is an automated message from the

[GitHub] [incubator-tvm] anijain2305 commented on pull request #6553: [RELAY][ConvertLayout] Make missing desired layout non-fatal

2020-09-25 Thread GitBox
anijain2305 commented on pull request #6553: URL: https://github.com/apache/incubator-tvm/pull/6553#issuecomment-699001093 Thanks @trevor-m @comaniac this is merged! This is an automated message from the Apache Git Service.

[incubator-tvm] branch master updated (e52e9e9 -> 1a9dcf1)

2020-09-25 Thread anijain2305
This is an automated email from the ASF dual-hosted git repository. anijain2305 pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from e52e9e9 [TIR] Fix rewrite_simplify tir::builtin::shift_left (#6555) add 1a9dcf1 Make missing

[GitHub] [incubator-tvm] anijain2305 merged pull request #6553: [RELAY][ConvertLayout] Make missing desired layout non-fatal

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

[GitHub] [incubator-tvm] tqchen edited a comment on issue #6421: [RFC] v0.7 Release Planning

2020-09-25 Thread GitBox
tqchen edited a comment on issue #6421: URL: https://github.com/apache/incubator-tvm/issues/6421#issuecomment-698978632 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] tqchen commented on issue #6421: [RFC] v0.7 Release Planning

2020-09-25 Thread GitBox
tqchen commented on issue #6421: URL: https://github.com/apache/incubator-tvm/issues/6421#issuecomment-698978632 Also jump in here. Let us plan to cut a release next week. At this point we should "freeze the features", but please suggest a list of PRs(fixes) that need to be merged.

[GitHub] [incubator-tvm] tqchen commented on pull request #6545: [Rust] change Context.device_id from usize to c_int (#6528)

2020-09-25 Thread GitBox
tqchen commented on pull request #6545: URL: https://github.com/apache/incubator-tvm/pull/6545#issuecomment-698977213 @intheworld please fix the rust format lint error as indicated by the CI This is an automated message from

[GitHub] [incubator-tvm] tqchen commented on pull request #6554: [COMMUNITY] Zhi's key for ASF release

2020-09-25 Thread GitBox
tqchen commented on pull request #6554: URL: https://github.com/apache/incubator-tvm/pull/6554#issuecomment-698967534 Please rebase This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-tvm] tqchen merged pull request #6555: [TIR] Fix rewrite_simplify tir::builtin::shift_left

2020-09-25 Thread GitBox
tqchen merged pull request #6555: URL: https://github.com/apache/incubator-tvm/pull/6555 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

[incubator-tvm] branch master updated (22e159f -> e52e9e9)

2020-09-25 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 22e159f Feat(frontend-pytorch): Add input types argument and Support cast to float16. (#6546) add

[GitHub] [incubator-tvm] t-vi commented on pull request #6546: Feat(frontend-pytorch): Add input types argument and Support cast to …

2020-09-25 Thread GitBox
t-vi commented on pull request #6546: URL: https://github.com/apache/incubator-tvm/pull/6546#issuecomment-698955978 Indeed, thank you! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] masahi commented on pull request #6546: Feat(frontend-pytorch): Add input types argument and Support cast to …

2020-09-25 Thread GitBox
masahi commented on pull request #6546: URL: https://github.com/apache/incubator-tvm/pull/6546#issuecomment-698948493 Thanks @nolanliou @t-vi This is an automated message from the Apache Git Service. To respond to the

[GitHub] [incubator-tvm] masahi merged pull request #6546: Feat(frontend-pytorch): Add input types argument and Support cast to …

2020-09-25 Thread GitBox
masahi merged pull request #6546: URL: https://github.com/apache/incubator-tvm/pull/6546 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

[incubator-tvm] branch master updated (cef9609 -> 22e159f)

2020-09-25 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-tvm.git. from cef9609 [COMMUNITY] Add Ziheng's key for ASF release (#6552) add 22e159f Feat(frontend-pytorch): Add

[GitHub] [incubator-tvm] FrozenGene commented on pull request #6537: [tvmc] Introduce 'tune' subcommand (part 3/4)

2020-09-25 Thread GitBox
FrozenGene commented on pull request #6537: URL: https://github.com/apache/incubator-tvm/pull/6537#issuecomment-69096 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] giuseros commented on pull request #6445: Add dot product support for quantized convolution.

2020-09-25 Thread GitBox
giuseros commented on pull request #6445: URL: https://github.com/apache/incubator-tvm/pull/6445#issuecomment-698874588 Hi @mbaret , Thanks for the review! I addressed the comments and added compilation tests to verify the compilation flow with dot-product.

[GitHub] [incubator-tvm] ZihengJiang merged pull request #6552: [COMMUNITY] Add Ziheng's key for ASF release

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

[GitHub] [incubator-tvm] jcf94 commented on pull request #6557: [Ansor][FLAKY] Bug fix for compute at mutation error

2020-09-25 Thread GitBox
jcf94 commented on pull request #6557: URL: https://github.com/apache/incubator-tvm/pull/6557#issuecomment-698780208 > Do you try to build debug version of TVM and use `gdb --args python ...` to see the callstack and which code produce this error? Just `try...catch` seems a little brute

[GitHub] [incubator-tvm] leandron commented on pull request #6537: [tvmc] Introduce 'tune' subcommand (part 3/4)

2020-09-25 Thread GitBox
leandron commented on pull request #6537: URL: https://github.com/apache/incubator-tvm/pull/6537#issuecomment-698873119 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] FrozenGene commented on a change in pull request #6537: [tvmc] Introduce 'tune' subcommand (part 3/4)

2020-09-25 Thread GitBox
FrozenGene commented on a change in pull request #6537: URL: https://github.com/apache/incubator-tvm/pull/6537#discussion_r494900132 ## File path: python/tvm/driver/tvmc/autotuner.py ## @@ -0,0 +1,301 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] jcf94 edited a comment on pull request #6557: [Ansor][FLAKY] Bug fix for compute at mutation error

2020-09-25 Thread GitBox
jcf94 edited a comment on pull request #6557: URL: https://github.com/apache/incubator-tvm/pull/6557#issuecomment-698780208 > Do you try to build debug version of TVM and use `gdb --args python ...` to see the callstack and which code produce this error? Just `try...catch` seems a little

[GitHub] [incubator-tvm] mwillsey edited a comment on pull request #6545: [Rust] change Context.device_id from usize to c_int (#6528)

2020-09-25 Thread GitBox
mwillsey edited a comment on pull request #6545: URL: https://github.com/apache/incubator-tvm/pull/6545#issuecomment-698480657 @intheworld could you say a little more about why this change is needed? I think the point of Context is that it's a "safer" Rust version of DLContext. As long as

[GitHub] [incubator-tvm] lhutton1 commented on a change in pull request #6532: [BYOC][ACL] Support add operation

2020-09-25 Thread GitBox
lhutton1 commented on a change in pull request #6532: URL: https://github.com/apache/incubator-tvm/pull/6532#discussion_r494901379 ## File path: tests/python/contrib/test_arm_compute_lib/test_add.py ## @@ -0,0 +1,142 @@ +# Licensed to the Apache Software Foundation (ASF) under

[GitHub] [incubator-tvm] leandron edited a comment on pull request #6537: [tvmc] Introduce 'tune' subcommand (part 3/4)

2020-09-25 Thread GitBox
leandron edited a comment on pull request #6537: URL: https://github.com/apache/incubator-tvm/pull/6537#issuecomment-698873119 This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [incubator-tvm] FrozenGene commented on pull request #6557: [Ansor][FLAKY] Bug fix for compute at mutation error

2020-09-25 Thread GitBox
FrozenGene commented on pull request #6557: URL: https://github.com/apache/incubator-tvm/pull/6557#issuecomment-698778767 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [incubator-tvm] tqchen commented on pull request #6555: [TIR] Fix rewrite_simplify tir::builtin::shift_left

2020-09-25 Thread GitBox
tqchen commented on pull request #6555: URL: https://github.com/apache/incubator-tvm/pull/6555#issuecomment-698704176 Thanks @lixiaoquan ! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] leandron commented on a change in pull request #6537: [tvmc] Introduce 'tune' subcommand (part 3/4)

2020-09-25 Thread GitBox
leandron commented on a change in pull request #6537: URL: https://github.com/apache/incubator-tvm/pull/6537#discussion_r494890474 ## File path: python/tvm/driver/tvmc/autotuner.py ## @@ -0,0 +1,301 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] d-smirnov commented on a change in pull request #6532: [BYOC][ACL] Support add operation

2020-09-25 Thread GitBox
d-smirnov commented on a change in pull request #6532: URL: https://github.com/apache/incubator-tvm/pull/6532#discussion_r494834251 ## File path: python/tvm/relay/op/contrib/arm_compute_lib.py ## @@ -161,6 +161,17 @@ def l2_pool2d_pattern(): pattern =

[GitHub] [incubator-tvm] jwfromm commented on a change in pull request #6351: Dynamic ONNX Importer

2020-09-25 Thread GitBox
jwfromm commented on a change in pull request #6351: URL: https://github.com/apache/incubator-tvm/pull/6351#discussion_r493654044 ## File path: python/tvm/autotvm/record.py ## @@ -152,7 +152,7 @@ def decode(row, protocol="json"): tgt, task_name, task_args, task_kwargs

[GitHub] [incubator-tvm] yongwww commented on a change in pull request #6477: [Relay] Add space_to_batch_nd and batch_to_space_nd operators

2020-09-25 Thread GitBox
yongwww commented on a change in pull request #6477: URL: https://github.com/apache/incubator-tvm/pull/6477#discussion_r494665076 ## File path: python/tvm/relay/op/nn/nn.py ## @@ -3151,3 +3151,60 @@ def correlation( return _make.correlation( data1, data2,

[GitHub] [incubator-tvm] stormchasingg commented on issue #6543: multi-thread

2020-09-25 Thread GitBox
stormchasingg commented on issue #6543: URL: https://github.com/apache/incubator-tvm/issues/6543#issuecomment-698093656 I'm developing a program using TVM. A C++ multi-thread code is registered as a Python code through PackedFunc of TVM. I test the running time of C++ code. The result

[GitHub] [incubator-tvm] mwillsey commented on pull request #6545: [Rust] change Context.device_id from usize to c_int (#6528)

2020-09-25 Thread GitBox
mwillsey commented on pull request #6545: URL: https://github.com/apache/incubator-tvm/pull/6545#issuecomment-698480657 @intheworld could you say a little more about why this change is needed? I think the point of Context is that it's a "safer" Rust version of TVMContext. As long as you

[GitHub] [incubator-tvm] nolanliou commented on a change in pull request #6546: Feat(frontend-pytorch): Add input types argument and Support cast to …

2020-09-25 Thread GitBox
nolanliou commented on a change in pull request #6546: URL: https://github.com/apache/incubator-tvm/pull/6546#discussion_r494123685 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -3244,7 +3267,8 @@ def get_all_op_names(graph): return set(node.kind() for node in

[GitHub] [incubator-tvm] tqchen commented on issue #6548: [TEST][FLAKY] ParallelFor issue in test_sketch_search_policy_basic

2020-09-25 Thread GitBox
tqchen commented on issue #6548: URL: https://github.com/apache/incubator-tvm/issues/6548#issuecomment-698429219 cc @merrymercy @jcf94 please look into it and send a fix This is an automated message from the Apache Git

[GitHub] [incubator-tvm] masahi commented on a change in pull request #6546: Feat(frontend-pytorch): Add input types argument and Support cast to …

2020-09-25 Thread GitBox
masahi commented on a change in pull request #6546: URL: https://github.com/apache/incubator-tvm/pull/6546#discussion_r494117103 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -3244,7 +3267,8 @@ def get_all_op_names(graph): return set(node.kind() for node in

[GitHub] [incubator-tvm] merrymercy commented on issue #6548: [TEST][FLAKY] ParallelFor issue in test_sketch_search_policy_basic

2020-09-25 Thread GitBox
merrymercy commented on issue #6548: URL: https://github.com/apache/incubator-tvm/issues/6548#issuecomment-698462944 I guess it is introduced by #6529. You can revert #6529 if this is urgent. This can be assigned to @jcf94

[GitHub] [incubator-tvm] mbrookhart commented on a change in pull request #6533: Scatter on Cuda

2020-09-25 Thread GitBox
mbrookhart commented on a change in pull request #6533: URL: https://github.com/apache/incubator-tvm/pull/6533#discussion_r494554915 ## File path: python/tvm/topi/cuda/scatter.py ## @@ -0,0 +1,278 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] t-vi commented on a change in pull request #6546: Feat(frontend-pytorch): Add input types argument and Support cast to …

2020-09-25 Thread GitBox
t-vi commented on a change in pull request #6546: URL: https://github.com/apache/incubator-tvm/pull/6546#discussion_r494099185 ## File path: python/tvm/relay/frontend/pytorch.py ## @@ -3244,7 +3267,8 @@ def get_all_op_names(graph): return set(node.kind() for node in

[GitHub] [incubator-tvm] jwfromm commented on pull request #6549: [Frontend][Onnx] Added broadcasting to prelu alpha.

2020-09-25 Thread GitBox
jwfromm commented on pull request #6549: URL: https://github.com/apache/incubator-tvm/pull/6549#issuecomment-698452511 @masahi can you review this PR? This is an automated message from the Apache Git Service. To respond to

[GitHub] [incubator-tvm] intheworld edited a comment on pull request #6545: [Rust] change Context.device_id from usize to c_int (#6528)

2020-09-25 Thread GitBox
intheworld edited a comment on pull request #6545: URL: https://github.com/apache/incubator-tvm/pull/6545#issuecomment-698690097 > @intheworld could you say a little more about why this change is needed? I think the point of Context is that it's a "safer" Rust version of DLContext. As

[GitHub] [incubator-tvm] tqchen merged pull request #6544: [Rust] Allow convert Context to ArgValue

2020-09-25 Thread GitBox
tqchen merged pull request #6544: URL: https://github.com/apache/incubator-tvm/pull/6544 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 merged pull request #6515: Generalize the use of booleans to support all cmake boolean values.

2020-09-25 Thread GitBox
tqchen merged pull request #6515: URL: https://github.com/apache/incubator-tvm/pull/6515 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] anijain2305 merged pull request #6550: [Relay/TOPI] Added dilation_value attribute to dilate operator.

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

[GitHub] [incubator-tvm] jcf94 commented on issue #6548: [TEST][FLAKY] ParallelFor issue in test_sketch_search_policy_basic

2020-09-25 Thread GitBox
jcf94 commented on issue #6548: URL: https://github.com/apache/incubator-tvm/issues/6548#issuecomment-698672100 Thanks. I will check this carefully and fix it as soon as possible. This is an automated message from the Apache

[GitHub] [incubator-tvm] tqchen commented on pull request #6544: [Rust] Allow convert Context to ArgValue

2020-09-25 Thread GitBox
tqchen commented on pull request #6544: URL: https://github.com/apache/incubator-tvm/pull/6544#issuecomment-698431320 Thanks @1210 ! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] jainris commented on pull request #6523: [QNN][TFLite] Added support for fused-bias and quantized input in TRANSPOSE_CONV for TFLite.

2020-09-25 Thread GitBox
jainris commented on pull request #6523: URL: https://github.com/apache/incubator-tvm/pull/6523#issuecomment-698463367 Quantized Transpose Convolution code needs some changes, so bringing `dilate `operator changes independently in #6550.

[GitHub] [incubator-tvm] comaniac commented on a change in pull request #6537: [tvmc] Introduce 'tune' subcommand (part 3/4)

2020-09-25 Thread GitBox
comaniac commented on a change in pull request #6537: URL: https://github.com/apache/incubator-tvm/pull/6537#discussion_r494581431 ## File path: python/tvm/driver/tvmc/autotuner.py ## @@ -0,0 +1,301 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more

[GitHub] [incubator-tvm] yongwww commented on pull request #6493: [TOPI][Relay] unbind op

2020-09-25 Thread GitBox
yongwww commented on pull request #6493: URL: https://github.com/apache/incubator-tvm/pull/6493#issuecomment-698452432 Seems we haven't encountered dynamic cases of unbind in PyTorch od applications so far. Moved dynamism support in todo, hybrid and TupleWrapper might need to be changed

[GitHub] [incubator-tvm] tqchen commented on pull request #6547: [WebGPU] update webgpu api

2020-09-25 Thread GitBox
tqchen commented on pull request #6547: URL: https://github.com/apache/incubator-tvm/pull/6547#issuecomment-698430295 Thanks @WenheLI ! This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [incubator-tvm] merrymercy edited a comment on issue #6548: [TEST][FLAKY] ParallelFor issue in test_sketch_search_policy_basic

2020-09-25 Thread GitBox
merrymercy edited a comment on issue #6548: URL: https://github.com/apache/incubator-tvm/issues/6548#issuecomment-698462944 I guess it is introduced by #6529. You can revert #6529 if the issue is urgent. I would like to assign this task to @jcf94

  1   2   >