I can see you encounter this error:
C:\Users\User\AppData\Local\Temp\tmpcp7qbnru\dllmain.cc(1): fatal error
C1034: windows.h: no include path set
My solution is find the path of windows.h(by Everything), then add the path of
windows.h to Enviroment Vairable. Add a new variable named "LIB"
I have the same problem. But after I adding the path of cl.exe to PATH, my
program works fine.
What IDE did you use? If you use PyCharm, you have to restart PyCharm after
adding the path of cl.exe to PATH.
---
[Visit
Topic](https://discuss.tvm.ai/t/runtimeerror-can-not-find-cl-exe-please
I used autotvm to tune my model by XGBTuner. During tunning, I can see this
WARNING:
[Task 1/29] Current/Best: 885.44/ 885.44 GFLOPS | Progress: (48/2000) |
42.43 s[03:52:07] WARNING: /workspace/src/learner.cc:480:
Parameters: { silent } might not be used.
This may not be ac