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.
在我的 opencl 应用程序中,我有一个控制应用程序部分、一个图形应用程序部分和一些串行应用程序部分,如下所示:
所有这些应用程序都是并行运行的。
到目前为止,我已经编写了在 CPU 和 GPU 上同时运行的应用程序。如上图所示,有没有一种方法可以将 ARM 与 CPU(Intel)和 GPU(ATI)并行使用?