@@ -379,6 +379,8 @@ static int set_memoryclock(int gpu, int iMemoryClock)
return 1;
}
+ gpus[gpu].gpu_memclock = iMemoryClock;
+
iMemoryClock *= 100;
ga = &gpus[gpu].adl;
if (iMemoryClock > ga->lpOdParameters.sMemoryClock.iMax ||