1. Texture functions are now compiling fine
2. Fixed hipFuncCache to hipFuncCache_t

Change-Id: I8f815887e4de43ee115bbaff249905b236541c39
Этот коммит содержится в:
Aditya Atluri
2016-11-21 08:56:30 -06:00
родитель b3c16ea7b5
Коммит 2611de2477
7 изменённых файлов: 20 добавлений и 17 удалений
+2 -2
Просмотреть файл
@@ -80,7 +80,7 @@ hipError_t hipDeviceSetCacheConfig(hipFuncCache_t cacheConfig)
return ihipLogStatus(hipSuccess);
}
hipError_t hipDeviceGetCacheConfig(hipFuncCache *cacheConfig)
hipError_t hipDeviceGetCacheConfig(hipFuncCache_t *cacheConfig)
{
HIP_INIT_API(cacheConfig);
@@ -105,7 +105,7 @@ hipError_t hipDeviceGetLimit (size_t *pValue, hipLimit_t limit)
}
}
hipError_t hipFuncSetCacheConfig (hipFuncCache cacheConfig)
hipError_t hipFuncSetCacheConfig (hipFuncCache_t cacheConfig)
{
HIP_INIT_API(cacheConfig);