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