move hipFuncSetCacheConfig from hip_device to hip_module

Change-Id: If5a930e1210e76531f5ba9a0e5f5ec98ad473a19
Этот коммит содержится в:
Todd tiantuo Li
2020-08-04 04:11:35 -07:00
родитель 359c0fbb76
Коммит 3ac8483124
2 изменённых файлов: 9 добавлений и 9 удалений
-9
Просмотреть файл
@@ -49,15 +49,6 @@ hipError_t hipDeviceGet(hipDevice_t *device, int deviceId) {
HIP_RETURN(hipSuccess);
};
hipError_t hipFuncSetCacheConfig (const void* func, hipFuncCache_t cacheConfig) {
HIP_INIT_API(hipFuncSetCacheConfig, cacheConfig);
// No way to set cache config yet.
HIP_RETURN(hipSuccess);
}
hipError_t hipDeviceTotalMem (size_t *bytes, hipDevice_t device) {
HIP_INIT_API(hipDeviceTotalMem, bytes, device);