[TVM Discuss] [Questions] Can you do auto-tuning in C++?

2020-04-17 Thread Jeremiah Morrill via TVM Discuss
The autotvm is a python only API, even though it does call into a lot of native code. --- [Visit Topic](https://discuss.tvm.ai/t/can-you-do-auto-tuning-in-c/6362/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click here](h

[TVM Discuss] [Questions] WSL Windows 10 subsystem Ubuntu 18.04

2020-04-15 Thread Jeremiah Morrill via TVM Discuss
It works with some caveats. WSL doesn't give any hw device access, so things like CUDA won't work and are constrained to CPU only. --- [Visit Topic](https://discuss.tvm.ai/t/wsl-windows-10-subsystem-ubuntu-18-04/6388/2) to respond. You are receiving this because you enabled mailing list

[TVM Discuss] [Questions] TVM on windows. Setup.py problem

2020-04-09 Thread Jeremiah Morrill via TVM Discuss
I have some notes here, but they are a bit dated, and some things were specific to my custom branch. But it may give you some hints https://docs.google.com/document/d/1NTcjdmtW00Nnn7SyCDYUA-UXXhEDyGHz650qXsHxXvc/edit?usp=sharing --- [Visit Topic](https://discuss.tvm.ai/t/tvm-on-windows-se

[TVM Discuss] [Questions] [autoTVM][Graph tuner] Running graph tuner without autoTVM

2020-04-08 Thread Jeremiah Morrill via TVM Discuss
Hopefully someone can correct me if I'm wrong, but I believe the tophub logs are downloaded anytime you run relay's build(...). So I believe the answer to you question, is just don't run the autotvm and just go right to building. with relay.build_config(opt_level=4): graph, lib, params =

[TVM Discuss] [Questions] TVM on windows. Setup.py problem

2020-04-06 Thread Jeremiah Morrill via TVM Discuss
Those are the output files from when you build from source. They should be in a sub-directory of where the cmake files generated the visual studio project files. Did you build the C++ code? --- [Visit Topic](https://discuss.tvm.ai/t/tvm-on-windows-setup-py-problem/6194/4) to respond. Y

[TVM Discuss] [Questions] TVM on windows. Setup.py problem

2020-04-02 Thread Jeremiah Morrill via TVM Discuss
Are the TVM dlls (tvm.dll, topi.dll and tvm_runtime.dll) in your PATH environment var? --- [Visit Topic](https://discuss.tvm.ai/t/tvm-on-windows-setup-py-problem/6194/2) to respond. You are receiving this because you enabled mailing list mode. To unsubscribe from these emails, [click he

[TVM Discuss] [Questions] XGBoost's cuda acceleration

2019-11-12 Thread Jeremiah Morrill via TVM Discuss
It seems [XGBoost supports GPU acceleration](http://tracking.discuss.tvm.ai/tracking/click?d=16FMB7EwcxvJDCA2R-NliyJmm7vGiGsXVdu32-HbyXzgzHrax6cTTZF8vPk3tcPUdOYhHHQGI8McfylgvP47UvwPiIJFsNZq28iWJAHqZiWQAUNj2QyjvxwXmLYmOoAbUc_Qx_XPrgLlsOX54dR0pLn7p1ZfVXr664BMoqjouLIT0) via cuda (9?) with the `gpu