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 内核和 CUDA 内核组成的应用程序。我想在同一个GPU(特斯拉M2050)上一个接一个地执行OpenCL内核和CUDA内核。可以执行吗?
如果可能的话,我们是否需要处理任何内存管理。?提前致谢
是的,可以从同一个应用程序运行 OpenCL 内核和 CUDA 内核。每个都有自己的调度程序。内存管理将由 GPU 驱动程序负责。