pub fn get_cache_config() -> CudaResult<CacheConfig>Expand description
Returns the current cache configuration for the active context.
ยงErrors
Returns CudaError::NotSupported if the driver lacks
cuCtxGetCacheConfig, or another error on failure.