Function cache configurations

Enumerator:
CU_FUNC_CACHE_PREFER_NONE  no preference for shared memory or L1 (default)
CU_FUNC_CACHE_PREFER_SHARED  prefer larger shared memory and smaller L1 cache
CU_FUNC_CACHE_PREFER_L1  prefer larger L1 cache and smaller shared memory


Generated by Doxygen for NVIDIA CUDA Library  NVIDIA