[GitHub] [tvm] leandron commented on issue #6792: [TVMC] TODO items on TVMC backlog

2021-02-04 Thread GitBox
leandron commented on issue #6792: URL: https://github.com/apache/tvm/issues/6792#issuecomment-773213248 @FrozenGene, @comaniac we are currently working on the first item of this TODO list: > In tvmc compile and tvmc tune, modify the way we deal with the output of relay.build, and

[GitHub] [tvm] FrozenGene commented on pull request #7114: [TFLite] Added check for dynamic range quantization

2021-02-04 Thread GitBox
FrozenGene commented on pull request #7114: URL: https://github.com/apache/tvm/pull/7114#issuecomment-773206556 Thanks @d-smirnov @d-smirnov merged now This is an automated message from the Apache Git Service. To respond to

[tvm] branch main updated (618ef9e -> 2e8133d)

2021-02-04 Thread zhaowu
This is an automated email from the ASF dual-hosted git repository. zhaowu pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 618ef9e [TOPI] Add einsum operator (#6370) add 2e8133d [TFLite] Added check for dynamic range quantization (#7114)

[GitHub] [tvm] FrozenGene merged pull request #7114: [TFLite] Added check for dynamic range quantization

2021-02-04 Thread GitBox
FrozenGene merged pull request #7114: URL: https://github.com/apache/tvm/pull/7114 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] [tvm] Beya2019 opened a new pull request #7405: [TIR][Printer] Fix SelectNode TIRTextPrinter bracket mismatch

2021-02-04 Thread GitBox
Beya2019 opened a new pull request #7405: URL: https://github.com/apache/tvm/pull/7405 1.TIRTextPrinter::VisitExpr_(const SelectNode* op) print miss matching closing parenthesis. When tvm::PrettyPrint is used, it will cause semantic misunderstanding. such as: Correct form:

[GitHub] [tvm] jcf94 commented on a change in pull request #7313: [AutoSchedule] Sparse dense tuning support with custom sketch rule

2021-02-04 Thread GitBox
jcf94 commented on a change in pull request #7313: URL: https://github.com/apache/tvm/pull/7313#discussion_r570068598 ## File path: python/tvm/auto_scheduler/measure.py ## @@ -943,18 +1047,36 @@ def _timed_rpc_run( if error_no == 0: try: -args =

[GitHub] [tvm] masahi commented on pull request #7149: Sparse segment sum sqrtn op

2021-02-04 Thread GitBox
masahi commented on pull request #7149: URL: https://github.com/apache/tvm/pull/7149#issuecomment-773134472 I'm interested in this discussion. I'm looking at how to support PyTorch [EmbeddingBag](https://pytorch.org/docs/stable/generated/torch.nn.EmbeddingBag.html) op, which is used in

[GitHub] [tvm] t-vi commented on pull request #7401: WIP/RFC: initial stab at TorchScript fallback

2021-02-04 Thread GitBox
t-vi commented on pull request #7401: URL: https://github.com/apache/tvm/pull/7401#issuecomment-773154955 > I'm curious how it integrates with PyTorch frontend. Do we convert every op not supported to relay.torchop, run BYOC flow to get TorchScript subgraphs, and send them to libtorch?

[GitHub] [tvm] d-smirnov commented on pull request #7114: [TFLite] Added check for dynamic range quantization

2021-02-04 Thread GitBox
d-smirnov commented on pull request #7114: URL: https://github.com/apache/tvm/pull/7114#issuecomment-773158239 How can we make progress here? This is an automated message from the Apache Git Service. To respond to the

[GitHub] [tvm] masahi edited a comment on pull request #7149: Sparse segment sum sqrtn op

2021-02-04 Thread GitBox
masahi edited a comment on pull request #7149: URL: https://github.com/apache/tvm/pull/7149#issuecomment-773134472 I'm interested in this discussion. I'm looking at how to support PyTorch [EmbeddingBag](https://pytorch.org/docs/stable/generated/torch.nn.EmbeddingBag.html) op, which is

[GitHub] [tvm] d-smirnov commented on pull request #7114: [TFLite] Added check for dynamic range quantization

2021-02-04 Thread GitBox
d-smirnov commented on pull request #7114: URL: https://github.com/apache/tvm/pull/7114#issuecomment-773158404 @comaniac This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [tvm] masahi edited a comment on pull request #7149: Sparse segment sum sqrtn op

2021-02-04 Thread GitBox
masahi edited a comment on pull request #7149: URL: https://github.com/apache/tvm/pull/7149#issuecomment-773134472 I'm interested in this discussion. I'm looking at how to support PyTorch [EmbeddingBag](https://pytorch.org/docs/stable/generated/torch.nn.EmbeddingBag.html) op, which is

[GitHub] [tvm] manupa-arm commented on a change in pull request #7398: [CRT] Create C-runtime-style metadata module for llvm builds

2021-02-04 Thread GitBox
manupa-arm commented on a change in pull request #7398: URL: https://github.com/apache/tvm/pull/7398#discussion_r570171704 ## File path: src/target/metadata_module.cc ## @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] manupa-arm commented on a change in pull request #7398: [CRT] Create C-runtime-style metadata module for llvm builds

2021-02-04 Thread GitBox
manupa-arm commented on a change in pull request #7398: URL: https://github.com/apache/tvm/pull/7398#discussion_r570171704 ## File path: src/target/metadata_module.cc ## @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] imalsogreg commented on a change in pull request #7085: [WIP] Fixes for using Python APIs from Rust.

2021-02-04 Thread GitBox
imalsogreg commented on a change in pull request #7085: URL: https://github.com/apache/tvm/pull/7085#discussion_r570241645 ## File path: python/tvm/relay/analysis/__init__.py ## @@ -26,7 +26,7 @@ from . import call_graph from .call_graph import CallGraph -# Feature +# #

[GitHub] [tvm] imalsogreg commented on a change in pull request #7085: [WIP] Fixes for using Python APIs from Rust.

2021-02-04 Thread GitBox
imalsogreg commented on a change in pull request #7085: URL: https://github.com/apache/tvm/pull/7085#discussion_r570251385 ## File path: python/tvm/relay/build_module.py ## @@ -193,6 +193,18 @@ def get_params(self): ret[key] = value.data return ret

[GitHub] [tvm] dlexplorer edited a comment on pull request #7387: Fix AutoScheduler for anaconda python

2021-02-04 Thread GitBox
dlexplorer edited a comment on pull request #7387: URL: https://github.com/apache/tvm/pull/7387#issuecomment-773364455 > Is is easy to have a UT test for this case? It definitely make sense. Will figure out which scenario to select which better reproduce issue on cpython

[GitHub] [tvm] dlexplorer commented on pull request #7387: Fix AutoScheduler for anaconda python

2021-02-04 Thread GitBox
dlexplorer commented on pull request #7387: URL: https://github.com/apache/tvm/pull/7387#issuecomment-773364455 > Is is easy to have a UT test for this case? It definitely make sense. Will figure out which scenario to select which better reproduce issue on cpython

[tvm] branch main updated (2e8133d -> 1de98be)

2021-02-04 Thread junrushao
This is an automated email from the ASF dual-hosted git repository. junrushao pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 2e8133d [TFLite] Added check for dynamic range quantization (#7114) add 1de98be Generate requirements.txt from

[GitHub] [tvm] junrushao1994 merged pull request #7289: Generate requirements.txt from Python spec

2021-02-04 Thread GitBox
junrushao1994 merged pull request #7289: URL: https://github.com/apache/tvm/pull/7289 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

[GitHub] [tvm] zxybazh commented on pull request #7410: Add cuda tags and unit test

2021-02-04 Thread GitBox
zxybazh commented on pull request #7410: URL: https://github.com/apache/tvm/pull/7410#issuecomment-773655450 @junrushao1994 Please review, thanks! This is an automated message from the Apache Git Service. To respond to the

[GitHub] [tvm] junrushao1994 commented on a change in pull request #7410: Add cuda tags and unit test

2021-02-04 Thread GitBox
junrushao1994 commented on a change in pull request #7410: URL: https://github.com/apache/tvm/pull/7410#discussion_r570672029 ## File path: src/target/tag.cc ## @@ -21,9 +21,22 @@ * \file src/target/target_tag.cc * \brief Target tag registry */ + +#define

[GitHub] [tvm] zxybazh commented on a change in pull request #7410: Add cuda tags and unit test

2021-02-04 Thread GitBox
zxybazh commented on a change in pull request #7410: URL: https://github.com/apache/tvm/pull/7410#discussion_r570678922 ## File path: src/target/tag.cc ## @@ -66,12 +79,252 @@ Target TargetTag::AddTag(String name, Map config, bool overri return Target(config); }

[tvm] branch main updated (c118b08 -> 38c9eb1)

2021-02-04 Thread anijain2305
This is an automated email from the ASF dual-hosted git repository. anijain2305 pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from c118b08 Support negative pad values (#7375) add 38c9eb1 Fix Bug in Bilinear Interpolation and Add Deform Conv

[GitHub] [tvm] anijain2305 merged pull request #7397: Fix Bug in Bilinear Interpolation and Add Deform Conv to PT FrontEnd

2021-02-04 Thread GitBox
anijain2305 merged pull request #7397: URL: https://github.com/apache/tvm/pull/7397 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] [tvm] zxybazh commented on a change in pull request #7410: Add cuda tags and unit test

2021-02-04 Thread GitBox
zxybazh commented on a change in pull request #7410: URL: https://github.com/apache/tvm/pull/7410#discussion_r570679081 ## File path: src/target/tag.cc ## @@ -21,9 +21,22 @@ * \file src/target/target_tag.cc * \brief Target tag registry */ + +#define

[GitHub] [tvm] Beya2019 edited a comment on pull request #7405: [TIR][Printer] Fix SelectNode TIRTextPrinter bracket mismatch

2021-02-04 Thread GitBox
Beya2019 edited a comment on pull request #7405: URL: https://github.com/apache/tvm/pull/7405#issuecomment-773741386 > Nice catch! Is it possible to add unit test to avoid this? There are ready-made test cases in tvm,

[GitHub] [tvm] masahi commented on pull request #7377: [AutoScheduler] Support early_stopping per task

2021-02-04 Thread GitBox
masahi commented on pull request #7377: URL: https://github.com/apache/tvm/pull/7377#issuecomment-773854330 Thanks @comaniac @merrymercy This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [tvm] masahi merged pull request #7377: [AutoScheduler] Support early_stopping per task

2021-02-04 Thread GitBox
masahi merged pull request #7377: URL: https://github.com/apache/tvm/pull/7377 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 the

[tvm] branch main updated (38c9eb1 -> d8313d0)

2021-02-04 Thread masahi
This is an automated email from the ASF dual-hosted git repository. masahi pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 38c9eb1 Fix Bug in Bilinear Interpolation and Add Deform Conv to PT FrontEnd (#7397) add d8313d0 [AutoScheduler]

[GitHub] [tvm] Beya2019 commented on pull request #7405: [TIR][Printer] Fix SelectNode TIRTextPrinter bracket mismatch

2021-02-04 Thread GitBox
Beya2019 commented on pull request #7405: URL: https://github.com/apache/tvm/pull/7405#issuecomment-773741386 > Nice catch! Is it possible to add unit test to avoid this? There are ready-made test cases in tvm,

[GitHub] [tvm] junrushao1994 commented on a change in pull request #7410: Add cuda tags and unit test

2021-02-04 Thread GitBox
junrushao1994 commented on a change in pull request #7410: URL: https://github.com/apache/tvm/pull/7410#discussion_r570674897 ## File path: src/target/tag.cc ## @@ -66,12 +79,252 @@ Target TargetTag::AddTag(String name, Map config, bool overri return Target(config); }

[GitHub] [tvm] anijain2305 commented on pull request #7375: Support negative pad values

2021-02-04 Thread GitBox
anijain2305 commented on pull request #7375: URL: https://github.com/apache/tvm/pull/7375#issuecomment-773785071 Thanks @codeislife99 @comaniac @trevor-m This is merged This is an automated message from the Apache Git

[tvm] branch main updated (f1b9663 -> c118b08)

2021-02-04 Thread anijain2305
This is an automated email from the ASF dual-hosted git repository. anijain2305 pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from f1b9663 [RPC] Replace timestamp with counter (#7389) add c118b08 Support negative pad values (#7375) No new

[GitHub] [tvm] anijain2305 merged pull request #7375: Support negative pad values

2021-02-04 Thread GitBox
anijain2305 merged pull request #7375: URL: https://github.com/apache/tvm/pull/7375 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] [tvm] anijain2305 commented on pull request #7397: Fix Bug in Bilinear Interpolation and Add Deform Conv to PT FrontEnd

2021-02-04 Thread GitBox
anijain2305 commented on pull request #7397: URL: https://github.com/apache/tvm/pull/7397#issuecomment-773785613 Thanks @codeislife99 @vinx13 This is merged This is an automated message from the Apache Git Service. To

[GitHub] [tvm] comaniac commented on pull request #7389: [RPC] Replace timestamp with counter

2021-02-04 Thread GitBox
comaniac commented on pull request #7389: URL: https://github.com/apache/tvm/pull/7389#issuecomment-773638992 cc @tqchen to take a final look and merge. This is an automated message from the Apache Git Service. To respond to

[GitHub] [tvm] vegaluisjose opened a new pull request #7406: [BYOC][Verilator] Refactor Verilator runtime

2021-02-04 Thread GitBox
vegaluisjose opened a new pull request #7406: URL: https://github.com/apache/tvm/pull/7406 This PR refactors the Verilator runtime to support multiple options, including enabling a profiler for hardware designs that support performance counters. Also, I added some documentation to header

[GitHub] [tvm] codeislife99 commented on a change in pull request #7397: Fix Bug in Bilinear Interpolation and Add Deform Conv to PT FrontEnd

2021-02-04 Thread GitBox
codeislife99 commented on a change in pull request #7397: URL: https://github.com/apache/tvm/pull/7397#discussion_r570586475 ## File path: include/tvm/topi/detail/tensor_utils.h ## @@ -62,31 +63,39 @@ inline bool is_empty_shape(const Array& x) { * * \return The

[tvm] branch main updated (30c110c -> 9aec474)

2021-02-04 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 30c110c [Bugfix][AutoScheduler] Fail to register ComputeDAG when deserializing tasks (#7395) add 9aec474 [CI]

[GitHub] [tvm] tqchen merged pull request #7403: [CI] Temporary increase ci timeout

2021-02-04 Thread GitBox
tqchen merged pull request #7403: URL: https://github.com/apache/tvm/pull/7403 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 the

[GitHub] [tvm] codeislife99 removed a comment on pull request #7397: Fix Bug in Bilinear Interpolation and Add Deform Conv to PT FrontEnd

2021-02-04 Thread GitBox
codeislife99 removed a comment on pull request #7397: URL: https://github.com/apache/tvm/pull/7397#issuecomment-773686770 @masahi can you give me a +1 , maybe @vinx13 doesn't have write access and therefore his lgtm didn't work ?

[GitHub] [tvm] areusch commented on pull request #7407: Generate JUnitXML from pytest

2021-02-04 Thread GitBox
areusch commented on pull request #7407: URL: https://github.com/apache/tvm/pull/7407#issuecomment-773629839 @tqchen @junrushao1994 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [tvm] areusch opened a new pull request #7407: Generate JUnitXML from pytest

2021-02-04 Thread GitBox
areusch opened a new pull request #7407: URL: https://github.com/apache/tvm/pull/7407 This change produces JUnitXML from all of our pytest invocations. XML is stored in build/pytest-results for now. This should give us more visibility into which tests are failing and historical test

[tvm] branch main updated (1de98be -> 30c110c)

2021-02-04 Thread comaniac
This is an automated email from the ASF dual-hosted git repository. comaniac pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 1de98be Generate requirements.txt from Python spec (#7289) add 30c110c [Bugfix][AutoScheduler] Fail to register

[GitHub] [tvm] comaniac commented on pull request #7395: [Bugfix][AutoScheduler] Fail to register ComputeDAG when deserializing tasks

2021-02-04 Thread GitBox
comaniac commented on pull request #7395: URL: https://github.com/apache/tvm/pull/7395#issuecomment-773638673 Thanks @merrymercy This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [tvm] comaniac merged pull request #7395: [Bugfix][AutoScheduler] Fail to register ComputeDAG when deserializing tasks

2021-02-04 Thread GitBox
comaniac merged pull request #7395: URL: https://github.com/apache/tvm/pull/7395 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] [tvm] zxybazh opened a new pull request #7410: Add cuda tags and unit test

2021-02-04 Thread GitBox
zxybazh opened a new pull request #7410: URL: https://github.com/apache/tvm/pull/7410 This commit added cuda tags of most cuda devices for target specification and completed cuda target tag attributes. This is an automated

[tvm] branch main updated (9aec474 -> f1b9663)

2021-02-04 Thread tqchen
This is an automated email from the ASF dual-hosted git repository. tqchen pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tvm.git. from 9aec474 [CI] Temporary increase ci timeout (#7403) add f1b9663 [RPC] Replace timestamp with counter (#7389) No

[GitHub] [tvm] tqchen merged pull request #7389: [RPC] Replace timestamp with counter

2021-02-04 Thread GitBox
tqchen merged pull request #7389: URL: https://github.com/apache/tvm/pull/7389 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 the

[GitHub] [tvm] codeislife99 commented on pull request #7397: Fix Bug in Bilinear Interpolation and Add Deform Conv to PT FrontEnd

2021-02-04 Thread GitBox
codeislife99 commented on pull request #7397: URL: https://github.com/apache/tvm/pull/7397#issuecomment-773686770 @masahi can you give me a +1 , maybe @vinx13 doesn't have write access and therefore his lgtm didn't work ?

[GitHub] [tvm] trevor-m opened a new pull request #7409: [Frontend][MXNet] Add support for MXNet GroupNorm

2021-02-04 Thread GitBox
trevor-m opened a new pull request #7409: URL: https://github.com/apache/tvm/pull/7409 Supports the GroupNorm op in mxnet frontend. Since MXNet's groupnorm implementation is bugged when num_groups != num_channels, I disabled a few unit tests for now. MXNet fixed the bugs in MXNet

[GitHub] [tvm] junrushao1994 commented on a change in pull request #7410: Add cuda tags and unit test

2021-02-04 Thread GitBox
junrushao1994 commented on a change in pull request #7410: URL: https://github.com/apache/tvm/pull/7410#discussion_r570672029 ## File path: src/target/tag.cc ## @@ -21,9 +21,22 @@ * \file src/target/target_tag.cc * \brief Target tag registry */ + +#define

[GitHub] [tvm] icemelon9 commented on a change in pull request #7404: [Relay][Topi][CPU] Dense with weight transform

2021-02-04 Thread GitBox
icemelon9 commented on a change in pull request #7404: URL: https://github.com/apache/tvm/pull/7404#discussion_r570606734 ## File path: src/relay/op/nn/nn.h ## @@ -88,6 +90,29 @@ bool DenseRel(const Array& types, int num_inputs, const Attrs& attrs, return true; }

[GitHub] [tvm] kevinthesun commented on a change in pull request #7404: [Relay][Topi][CPU] Dense with weight transform

2021-02-04 Thread GitBox
kevinthesun commented on a change in pull request #7404: URL: https://github.com/apache/tvm/pull/7404#discussion_r570636626 ## File path: src/relay/op/nn/nn.h ## @@ -88,6 +90,29 @@ bool DenseRel(const Array& types, int num_inputs, const Attrs& attrs, return true; }

[GitHub] [tvm] dlexplorer commented on pull request #7387: Fix AutoScheduler for anaconda python

2021-02-04 Thread GitBox
dlexplorer commented on pull request #7387: URL: https://github.com/apache/tvm/pull/7387#issuecomment-773632025 Added test which fails on main branch with anaconda and passed on this branch. But test passes for cpython even on main branch. Will try to develop test on serialization of

[GitHub] [tvm] tqchen opened a new pull request #7408: [CI] Add back the tests after timeout adjusted

2021-02-04 Thread GitBox
tqchen opened a new pull request #7408: URL: https://github.com/apache/tvm/pull/7408 cc @junrushao1994 @zhiics @ZihengJiang This is an automated message from the Apache Git Service. To respond to the message, please log on

[GitHub] [tvm] imalsogreg commented on a change in pull request #7085: [WIP] Fixes for using Python APIs from Rust.

2021-02-04 Thread GitBox
imalsogreg commented on a change in pull request #7085: URL: https://github.com/apache/tvm/pull/7085#discussion_r570305029 ## File path: rust/tvm/README.md ## @@ -15,221 +15,40 @@ -# TVM Runtime Frontend Support +# TVM -This crate provides an idiomatic Rust API for

[GitHub] [tvm] manupa-arm commented on a change in pull request #7398: [CRT] Create C-runtime-style metadata module for llvm builds

2021-02-04 Thread GitBox
manupa-arm commented on a change in pull request #7398: URL: https://github.com/apache/tvm/pull/7398#discussion_r570449159 ## File path: src/target/metadata_module.cc ## @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] vinx13 commented on a change in pull request #7397: Fix Bug in Bilinear Interpolation and Add Deform Conv to PT FrontEnd

2021-02-04 Thread GitBox
vinx13 commented on a change in pull request #7397: URL: https://github.com/apache/tvm/pull/7397#discussion_r569923943 ## File path: include/tvm/topi/detail/tensor_utils.h ## @@ -62,31 +63,39 @@ inline bool is_empty_shape(const Array& x) { * * \return The interpolated

[GitHub] [tvm] codeislife99 commented on a change in pull request #7397: Fix Bug in Bilinear Interpolation and Add Deform Conv to PT FrontEnd

2021-02-04 Thread GitBox
codeislife99 commented on a change in pull request #7397: URL: https://github.com/apache/tvm/pull/7397#discussion_r570527156 ## File path: include/tvm/topi/detail/tensor_utils.h ## @@ -62,31 +63,39 @@ inline bool is_empty_shape(const Array& x) { * * \return The

[GitHub] [tvm] manupa-arm commented on a change in pull request #7398: [CRT] Create C-runtime-style metadata module for llvm builds

2021-02-04 Thread GitBox
manupa-arm commented on a change in pull request #7398: URL: https://github.com/apache/tvm/pull/7398#discussion_r570449159 ## File path: src/target/metadata_module.cc ## @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] comaniac commented on pull request #7401: WIP/RFC: initial stab at TorchScript fallback

2021-02-04 Thread GitBox
comaniac commented on pull request #7401: URL: https://github.com/apache/tvm/pull/7401#issuecomment-773534036 I have the same question as masahi. IIUC, after this PR, the PyTorch frontend has the capablility to convert all unsupported ops to `torchop` so that we can guarantee the flow

[GitHub] [tvm] tqchen edited a comment on pull request #7403: [CI] Temporary increase ci timeout

2021-02-04 Thread GitBox
tqchen edited a comment on pull request #7403: URL: https://github.com/apache/tvm/pull/7403#issuecomment-773567052 FYI, to get this PR through so we can unblock other changes, I temporarily disabled all the integration tests (to prevent timeout in this PR)

[GitHub] [tvm] manupa-arm commented on a change in pull request #7398: [CRT] Create C-runtime-style metadata module for llvm builds

2021-02-04 Thread GitBox
manupa-arm commented on a change in pull request #7398: URL: https://github.com/apache/tvm/pull/7398#discussion_r570449159 ## File path: src/target/metadata_module.cc ## @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more

[GitHub] [tvm] tqchen commented on pull request #7403: [CI] Temporary increase ci timeout

2021-02-04 Thread GitBox
tqchen commented on pull request #7403: URL: https://github.com/apache/tvm/pull/7403#issuecomment-773569521 cc @apache/tvm-committers so everyone aware of the case. I will send another PR to add the tests back immediately after this PR is merged

[GitHub] [tvm] dlexplorer commented on pull request #7387: Fix AutoScheduler for anaconda python

2021-02-04 Thread GitBox
dlexplorer commented on pull request #7387: URL: https://github.com/apache/tvm/pull/7387#issuecomment-773591590 Re-run task_python_integration.sh on my machine (Ubuntu 18.04/Python 3.6.9) twice. All tests passed. Is test_resize flaky test?

[GitHub] [tvm] areusch commented on a change in pull request #7398: [CRT] Create C-runtime-style metadata module for llvm builds

2021-02-04 Thread GitBox
areusch commented on a change in pull request #7398: URL: https://github.com/apache/tvm/pull/7398#discussion_r570421331 ## File path: src/target/metadata_module.cc ## @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [tvm] areusch commented on a change in pull request #7398: [CRT] Create C-runtime-style metadata module for llvm builds

2021-02-04 Thread GitBox
areusch commented on a change in pull request #7398: URL: https://github.com/apache/tvm/pull/7398#discussion_r570421331 ## File path: src/target/metadata_module.cc ## @@ -0,0 +1,108 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor

[GitHub] [tvm] tqchen commented on pull request #7403: [CI] Temporary increase ci timeout

2021-02-04 Thread GitBox
tqchen commented on pull request #7403: URL: https://github.com/apache/tvm/pull/7403#issuecomment-773567052 FYI, to get this PR through so we can unblock other changes, I temporarily disabled all the integration tests This