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.
如果我的程序已经包含运行时 API,是否可以使用 CUDA 驱动程序 API?换句话说,驱动 API 和运行时 API 是否可以并排使用?这是因为驱动 API 为设备提供了良好的控制,同时运行时 API 便于编码!
是的。您甚至可以互换地使用 CUDA 流和事件等对象的句柄。