pub unsafe extern "C" fn hipDeviceSetCacheConfig(
    cacheConfig: hipFuncCache_t
) -> hipError_t
Expand description

@brief Set L1/Shared cache partition.

@param [in] cacheConfig

@returns #hipSuccess, #hipErrorNotInitialized Note: AMD devices and some Nvidia GPUS do not support reconfigurable cache. This hint is ignored on those architectures.