MATLAB PARALLEL COMPUTING TOOLBOX - S User's Guide Page 623

  • Download
  • Add to my manuals
  • Print
  • Page
    / 656
  • Table of contents
  • TROUBLESHOOTING
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 622
setConstantMemory
11-279
setConstantMemory(KERN,'N1',int32(10));
setConstantMemory(KERN,'N2',int32(10));
setConstantMemory(KERN,'CONST_DATA',1:10);
or
setConstantMemory(KERN,'N1',int32(10),'N2',int32(10),'CONST_DATA',1:10);
See Also
gpuArray | parallel.gpu.CUDAKernel
Page view 622
1 2 ... 618 619 620 621 622 623 624 625 626 627 628 ... 655 656

Comments to this Manuals

No comments