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.
我尝试将所有 mxArray 作为其类型传递给 CUDA 的内核代码。使用 mxArray 类型在内核上处理它或转换为普通的 C 数组是更好的方法吗?简而言之,在 CUDA 内核上处理 matlab 数据的最佳方法是什么?
你不能对mxArrays 进行操作。最好提取 C 指针并将它们传递给内核。
mxArray