SWDEV-299127 - Merge 'develop' into 'amd-staging'

Change-Id: Ic939347a4928e0b4bdb6b36d202c173262db0fcf


[ROCm/hip commit: 9ee364ff79]
Bu işleme şunda yer alıyor:
Jenkins
2023-01-03 00:10:22 +00:00
işleme 61d0d2e90f
+6 -5
Dosyayı Görüntüle
@@ -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);