Function hip_sys::hiprt::hipDeviceGetCacheConfig
source · pub unsafe extern "C" fn hipDeviceGetCacheConfig(
cacheConfig: *mut hipFuncCache_t
) -> hipError_tExpand description
@brief Get Cache configuration for a specific Device
@param [out] cacheConfig
@returns #hipSuccess, #hipErrorNotInitialized Note: AMD devices and some Nvidia GPUS do not support reconfigurable cache. This hint is ignored on those architectures.