Description Usage Value References See Also
This function will return in pConfig the current size of shared memory banks
on the current device. On devices with configurable shared memory banks,
cudaDeviceSetSharedMemConfig can be used to change this setting, so that all
subsequent kernel launches will by default use the new bank size. When
cudaDeviceGetSharedMemConfig is called on devices without configurable shared
memory, it will return the fixed bank size of the hardware.
1 |
pConfig
http://docs.nvidia.com/cuda/cuda-driver-api/index.html
cudaDeviceSetCacheConfig
cudaDeviceGetCacheConfig
cudaDeviceSetSharedMemConfig
cudaFuncSetCacheConfig
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.