Allocate 2D Array on Device Memory in CUDA

Posted by Gitmo on Stack Overflow See other posts from Stack Overflow or by Gitmo
Published on 2009-06-26T04:38:37Z Indexed on 2010/05/14 16:44 UTC
Read the original article Hit count: 378

How do I allocate and transfer(to and from Host) 2D arrays in device memory in Cuda?

© Stack Overflow or respective owner

Related posts about cuda

Related posts about memory-allocation