SWDEV-364373 - updated doxygen for the API hipDeviceSetCacheConfig (#3112)

Change-Id: Icbbeb16b043b73c4d810710e3504dae593c34295
Этот коммит содержится в:
ROCm CI Service Account
2023-01-02 10:13:56 +05:30
коммит произвёл GitHub
родитель d2555768ac
Коммит c437ca95d2
+6 -5
Просмотреть файл
@@ -1645,9 +1645,10 @@ hipError_t hipGetDeviceProperties(hipDeviceProp_t* prop, int deviceId);
*
* @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.
* @returns #hipSuccess, #hipErrorNotInitialized, #hipErrorNotSupported
*
* Note: AMD devices do not support reconfigurable cache. This API is not implemented
* on AMD platform. If the function is called, it will return hipErrorNotSupported.
*
*/
hipError_t hipDeviceSetCacheConfig(hipFuncCache_t cacheConfig);
@@ -1657,8 +1658,8 @@ hipError_t hipDeviceSetCacheConfig(hipFuncCache_t cacheConfig);
* @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.
* Note: AMD devices do not support reconfigurable cache. This hint is ignored
* on these architectures.
*
*/
hipError_t hipDeviceGetCacheConfig(hipFuncCache_t* cacheConfig);