Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试并行执行多个内核。每个内核彼此独立。我正在尝试在 GPU 上执行内核。我认为是乱序执行并将每个内核分别排入队列。这是解决这个问题的方法还是有其他方法可以解决?
有两种可能的解决方案:
创建一个乱序队列并将两个内核加入队列。
创建两个队列并将一个内核排入每个队列。