[Apache TVM Discuss] [Questions] Questions about ThreadEntry in runtime module

2021-12-31 Thread Puddingfjz via Apache TVM Discuss
Hi @Lunderberg . If I want to run two GPU kernels on the same GPU at the same time, what should I do? Is it using the SetStream method? Since I am not familiar with CUDA, can you provide an example code to me? Thanks a lot! --- [Visit Topic](https://discuss.tvm.apache.org/t/questions-abou

[Apache TVM Discuss] [Questions] Questions about ThreadEntry in runtime module

2021-12-20 Thread shiy10 via Apache TVM Discuss
Hi,I have watched the developer tutorial given by @Lunderberg in TVM Conf 21. The great talk helps me obtain the outline of adding a new device. However, after checking the source code in [CUDA runtime](https://github.com/apache/tvm/tree/main/src/runtime/cuda) , I have following questions abo