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.
我正在研究一个代码,它具有矩阵乘法以及其他复杂的数学函数,如 fft、lu、ifft、fftshift 等。我想知道的是当我更改输入参数时
可能您不需要担心内存限制,而“GPU 内存可以虚拟化,并且驱动程序将在需要/不需要时从 GPU 换入/换出内存”:
如何确定 OpenCL 中的可用设备内存?