2020年7月16日
摘要: integer :: istat, nDevices,ierrSync,ierrAsync ,ierr istat = cudaGetDeviceCount(nDevices) if (istat /= cudaSuccess) write(*,*) cudaGetErrorString(ierr) 阅读全文
posted @ 2020-07-16 21:06 不吃秋葵的橘猫 阅读(121) 评论(0) 推荐(0) 编辑
摘要: MAX_REGISTERS_PRE_BLOCK(或者是MAX_REGISTERS_PRE_MULTIPROCESSOR?),假设为65535。那么,如果调用核函数时,blocksize为(x,y,z),每个线程调用的寄存器个数为r,则x*y*z*r应该小于65535。 From Stack Over 阅读全文
posted @ 2020-07-16 21:04 不吃秋葵的橘猫 阅读(1899) 评论(0) 推荐(0) 编辑