[Apache TVM Discuss] [Questions] BYOC: Runtime access Tensor values

2020-09-07 Thread Max Sponner via Apache TVM Discuss
Ah, I guess, I found my issue. I forgot to implement the Run function. Weight tensors are initialized inside the Init function, but inputs at Run. Thank you very much --- [Visit Topic](https://discuss.tvm.apache.org/t/byoc-runtime-access-tensor-values/7802/7) to respond. You are receivi

[Apache TVM Discuss] [Questions] KeyError: 'unroll_kw' while auto tuning

2020-09-07 Thread james_bond via Apache TVM Discuss
@comaniac Thanks brother i have resolved the issue. The solution was to remove all .log files in the folder and i re-run the script. --- [Visit Topic](https://discuss.tvm.apache.org/t/keyerror-unroll-kw-while-auto-tuning/7828/3) to respond. You are receiving this because you enabled mail

[Apache TVM Discuss] [Questions] KeyError: 'tile_k' while auto tuning

2020-09-07 Thread james_bond via Apache TVM Discuss
@comaniac Thanks brother i have resolved the issue. The solution was to remove all .log files in the folder and i re-run the script. --- [Visit Topic](https://discuss.tvm.apache.org/t/keyerror-tile-k-while-auto-tuning/7827/3) to respond. You are receiving this because you enabled mailing

[Apache TVM Discuss] [Application] LLVM target triple for Graviton2 CPUs

2020-09-07 Thread Junru Shao via Apache TVM Discuss
Hmmm it should just follow the LLVM’s convention --- [Visit Topic](https://discuss.tvm.apache.org/t/llvm-target-triple-for-graviton2-cpus/7829/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss.tvm.

[Apache TVM Discuss] [Application] LLVM target triple for Graviton2 CPUs

2020-09-07 Thread Pratik Fegade via Apache TVM Discuss
I am using TVM on the AWS ARM machines and am wondering the correct target triple is for them (I have been using -mcpu=cortex-a76 -mattr=+neon). Specifically the Graviton CPUs use the 64-bit ARM Neoverse N1 cores. Thanks! --- [Visit Topic](https://discuss.tvm.apache.org/t/llvm-target-trip

[Apache TVM Discuss] [Questions] KeyError: 'unroll_kw' while auto tuning

2020-09-07 Thread Cody H. Yu via Apache TVM Discuss
This is the issue in TVM 0.6. Please try 0.7 if possible --- [Visit Topic](https://discuss.tvm.apache.org/t/keyerror-unroll-kw-while-auto-tuning/7828/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discu

[Apache TVM Discuss] [Questions] KeyError: 'tile_k' while auto tuning

2020-09-07 Thread Cody H. Yu via Apache TVM Discuss
This is the issue in TVM 0.6. Please try 0.7 if possible. --- [Visit Topic](https://discuss.tvm.apache.org/t/keyerror-tile-k-while-auto-tuning/7827/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](https://discuss

[Apache TVM Discuss] [Questions] BYOC: Runtime access Tensor values

2020-09-07 Thread Cody H. Yu via Apache TVM Discuss
It should not happen because the example I pointed out was for data tensors. Did you set inputs before running the graph runtime? --- [Visit Topic](https://discuss.tvm.apache.org/t/byoc-runtime-access-tensor-values/7802/5) to respond. You are receiving this because you enabled mailing li

[Apache TVM Discuss] [Questions] KeyError: 'unroll_kw' while auto tuning

2020-09-07 Thread james_bond via Apache TVM Discuss
Posted here: https://github.com/apache/incubator-tvm/issues/6404 Using the following script: https://raw.githubusercontent.com/apache/incubator-tvm/v0.6/tutorials/autotvm/tune_relay_x86.py ``` 2020-09-07 10:11:32,985 INFO Benchmarking layout transformation successful. 2020-09-07 10:11:33,053 I

[Apache TVM Discuss] [Questions] KeyError: 'tile_k' while auto tuning

2020-09-07 Thread james_bond via Apache TVM Discuss
Posted here https://github.com/apache/incubator-tvm/issues/6405 I am using the following script. https://raw.githubusercontent.com/apache/incubator-tvm/v0.6/tutorials/autotvm/tune_relay_x86.py ``` 2020-09-07 10:27:06,906 INFO Benchmarking layout transformation successful. 2020-09-07 10:27:07,03

[Apache TVM Discuss] [Questions] TVM opencl context how to choose device type as accelerator

2020-09-07 Thread Aurel333 via Apache TVM Discuss
I made the pull request [#6412](https://github.com/apache/incubator-tvm/pull/6412). It may not be perfect but it should help you for your project. --- [Visit Topic](https://discuss.tvm.apache.org/t/tvm-opencl-context-how-to-choose-device-type-as-accelerator/7821/3) to respond. You are r

[Apache TVM Discuss] [Questions] BYOC: Runtime access Tensor values

2020-09-07 Thread Max Sponner via Apache TVM Discuss
Ok, thank you, that works, but for some reason only for constant tensors. The input tensors still have a nullpointer instead of the data field. --- [Visit Topic](https://discuss.tvm.apache.org/t/byoc-runtime-access-tensor-values/7802/4) to respond. You are receiving this because you enab

[Apache TVM Discuss] [Questions] TVM opencl context how to choose device type as accelerator

2020-09-07 Thread Aurel333 via Apache TVM Discuss
Hello, I made TVM work with OpenCL accelerators and I am preparing a pull request to make TVM accept opencl accelerator device type along with some modifications in the opencl default schedules to generalize them. I will post further updates here. --- [Visit Topic](https://discuss.tvm.ap