Hi,
Could anyone explain how to copy data to a kernel’s constant memory region with the driver API?
MJH
Hi,
Could anyone explain how to copy data to a kernel’s constant memory region with the driver API?
MJH
Please refer to this thread for more details on this: [url=“http://forums.nvidia.com/index.php?showtopic=107736”]http://forums.nvidia.com/index.php?showtopic=107736[/url]
cuModuleGetGlobal() is what I was after.
#3.21.2.2 of the Cuda 2.3 ReferenceManual, and a usage example in the programming manual.