SWDEV-336536 - Changed doc for hipDeviceGetCacheConfig. (#2742)
Change-Id: I0147cc8026788bad192258be28cde8497c0cd265
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
d3a062a4eb
Коммит
da0bd3cc85
@@ -1516,9 +1516,9 @@ hipError_t hipGetDeviceProperties(hipDeviceProp_t* prop, int deviceId);
|
||||
*/
|
||||
hipError_t hipDeviceSetCacheConfig(hipFuncCache_t cacheConfig);
|
||||
/**
|
||||
* @brief Set Cache configuration for a specific function
|
||||
* @brief Get Cache configuration for a specific Device
|
||||
*
|
||||
* @param [in] cacheConfig
|
||||
* @param [out] cacheConfig
|
||||
*
|
||||
* @returns #hipSuccess, #hipErrorNotInitialized
|
||||
* Note: AMD devices and some Nvidia GPUS do not support reconfigurable cache. This hint is ignored
|
||||
|
||||
Ссылка в новой задаче
Block a user