Kernel overlapping (Stream)

Hello,

Let’s say I want two kernel Ker1() and Ker2() concurrently on differents streams. However, the Ker1() outputs should be used by the Ker2() inputs. In this case, is there a issue to implement the concurrent kernel launches?