Skip to main content

get_cache_config

Function get_cache_config 

Source
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.