[Apache TVM Discuss] [Questions] [DISCUSS] Combine multi SYSTEM-LIB module libs to one

2021-03-09 Thread ERROR via Apache TVM Discuss
Hello, @fantasyRqg Thanks for very good PR!! I try using your code to export one system-lib model and I have one problem about model similarity score. I try to export 2 model with `build_one_system_lib` and it work fine. However, when I try to validate similarity score between exported TVM m

[Apache TVM Discuss] [Questions] [conda] [tvm-py] `target.build.llvm` is not enabled

2021-03-09 Thread Teng HUANG via Apache TVM Discuss
I don't think install from source needs any system privileges, even PYTHON_PATH, you can use export method to make it visible. --- [Visit Topic](https://discuss.tvm.apache.org/t/conda-tvm-py-target-build-llvm-is-not-enabled/9346/7) to respond. You are receiving this because you enabled m

[Apache TVM Discuss] [Questions] [conda] [tvm-py] `target.build.llvm` is not enabled

2021-03-09 Thread chayi via Apache TVM Discuss
seems another way: conda env create --file conda/build-environment.yaml, i am trying ... ... --- [Visit Topic](https://discuss.tvm.apache.org/t/conda-tvm-py-target-build-llvm-is-not-enabled/9346/6) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe f

[Apache TVM Discuss] [Questions] [conda] [tvm-py] `target.build.llvm` is not enabled

2021-03-09 Thread chayi via Apache TVM Discuss
Thanks, i understand what you mean. Because I am not the supervisor of my company's server, so i use the conda environment and install the package. It seems that current conda package is with this issue. --- [Visit Topic](https://discuss.tvm.apache.org/t/conda-tvm-py-target-build-llvm-is-

[Apache TVM Discuss] [Questions] [conda] [tvm-py] `target.build.llvm` is not enabled

2021-03-09 Thread Teng HUANG via Apache TVM Discuss
no, I mean in cmake.config, set llvm config and recompile libtvm.so from tvm source code. see https://tvm.apache.org/docs/install/from_source.html#developers-get-source-from-github. Install tvm from source, and export to PYTHON_PATH, and it will be visible to conda env. --- [Visit Topic]

[Apache TVM Discuss] [Questions] [conda] [tvm-py] `target.build.llvm` is not enabled

2021-03-09 Thread chayi via Apache TVM Discuss
I use the way of conda package like below: conda install -c conda-forge tvm-py Do you mean that we can "set llvm toolchain during the compilation of libtvm.so" when using the conda install? --- [Visit Topic](https://discuss.tvm.apache.org/t/conda-tvm-py-target-build-llvm-is-not-enabled/9

[Apache TVM Discuss] [Questions] Questions about codegen?

2021-03-09 Thread Dream Math via Apache TVM Discuss
Hi, everyone ! I have a few questions about the following code in `include/tvm/tir/stmt_functor.h` ``` template TSelf& set_dispatch(FPointer f) { // NOLINT(*) uint32_t tindex = TNode::RuntimeTypeIndex(); if (func_.size() <= tindex) { func_.resize(tindex + 1, nullptr); }

[Apache TVM Discuss] [Questions] Mkldnn verbose doesn't work

2021-03-09 Thread Gnupdev via Apache TVM Discuss
In pytorch, graph converts a mkldnn_graph(use to_mkldnn). then compile the graph. In tvm, is the same process as pytorch included in relay.build?? normal graph -> mkldnn graph. if it's right, where can i find a graph(dense layer) applied with mkldnn. Im already know that tvm only applies mkl

[Apache TVM Discuss] [Questions] Does TVM support dynamic range sum?

2021-03-09 Thread Teng HUANG via Apache TVM Discuss
Hi, have you solved it ? I would like to use some dynamic computed loop counts inside te.compute and don't know how to do it, I guess it is the same issue as yours. Looking forward to your feedback, thanks. --- [Visit Topic](https://discuss.tvm.apache.org/t/does-tvm-support-dynamic-range-

[Apache TVM Discuss] [Questions] [conda] [tvm-py] `target.build.llvm` is not enabled

2021-03-09 Thread Teng HUANG via Apache TVM Discuss
Have you set llvm toolchain during the compilation of libtvm.so ? --- [Visit Topic](https://discuss.tvm.apache.org/t/conda-tvm-py-target-build-llvm-is-not-enabled/9346/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click h

[Apache TVM Discuss] [Questions] [conda] [tvm-py] `target.build.llvm` is not enabled

2021-03-09 Thread chayi via Apache TVM Discuss
Hi, appreciate your help, I try to install TVM at conda environment and do the tutorial of " Quick Start Tutorial for Compiling Deep Learning Models". I meet the issue about `target.build.llvm` is not enabled like below: https://github.com/conda-forge/libtvm-feedstock/issues/7 https://tvm.apa

[Apache TVM Discuss] [Questions] Mkldnn verbose doesn't work

2021-03-09 Thread Haichen Shen via Apache TVM Discuss
Sorry about the confusion. You can still use mkldnn without autoTVM tuning. The warning log only indicates that AutoTVM cannot find the profile results of mkldnn kernel. --- [Visit Topic](https://discuss.tvm.apache.org/t/mkldnn-verbose-doesnt-work/9315/6) to respond. You are receiving t