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
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