[TVM Discuss] [Questions] Error in tune_relay_arm.py

2019-10-31 Thread Gasgallo via TVM Discuss
@aa12356jm did you find a solution? I'm having the same issue here.. --- [Visit Topic](http://tracking.discuss.tvm.ai/tracking/click?d=ir6pGf7kk5007w94h35TRx0GTuR6YknRUq4PO-4sATgCPKjIzLFSHu2s16M4YHxYA8HXKBDTgb-9sx7okYxCbikbPAtvQ5aOnarux05ENLN6_xanNDEamHd064B-PQ38Vf1w7LPF6fP-UrtWMn37ihjMbpUZ

[TVM Discuss] [Questions] Compiling cuda code onTVM runtime will degrade performance?

2019-10-31 Thread wuyan via TVM Discuss
I am new to TVM and learning TVM source code. I'm interesting in GPU kernel generation and kernel loading. GPU kernel will generate and be compiled to ptx when tvm.build() is executing. Then TVM calls cuda API cuModuleLoadData () cuModuleGetFunction() and cuLaunchKernel() to load and launch