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 中,在一个工作组/项目中拥有多个工作维度是否会提供加速?如果是这样,请指向一些代码或链接。
不,实际上它解决了执行问题,因为运行时必须执行本地和全局 id 映射。