Post
Topic
Board Announcements (Altcoins)
Re: [∆NN] ►365Coin◄ 365 Coins Per Year -SHA3 Keccak- 0% Premine - ★★TODAY 12PM CST★★
by
janos666
on 08/03/2014, 21:26:50 UTC
i use
Code:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
cgminer --keccak --gpu-fan 85,85 --gpu-engine 1150,1150 --gpu-memclock 1000,1000 --gpu-powertune -20,-20 -I 14,14 -w 256,256
for 387khps per each r9 280x which is basically the same card as 7970

Why do you set PowerTune -20 along with a fixed and high GPU clock? It's completely illogical.
PowerTune will decrease your GPU clock on the fly to keep the TDP (including your -20 offset).
So... if you want to limit the power usage (to limit your power draw and/or to keep things lower/cooler), why don't you just set a slower GPU speed to start with...?

This is not a big deal for SHA-3, since only GPU speed matters. But with scrypt and other more complicated algos, the GPU:VRAM clock ratio is also important and PowerTune can easily sruw up that ratio (at random points in time, as it will constantly play with the GPU clock while keeping the VRAM clock constant -> there is an sgminer feature to keep them at a contant ratio with auto engine clock based on a target temperature which can be useful).
with my 7950 powertune is important, +20 need to be for proper hashrate, -20 drop hashrate and make gpu flapping
with 280x it do nothing, completely useless, no change in hashrate, stable gpu load

Note that he uses -20 not +20
As of the 280x -> PowerTune can still matter with some algorithms and/or some high enough (above reference) GPU clocks (and high enough VRAM clocks which don't limit the over-clocked GPU).

Also, I don't think GPU_USE_SYNC_OBJECTS are needed anymore. It was a workaround for a bug with 2+ year old drivers and it had a negative side effects which was negligible then but might start to matter from now on (you should have used slightly lower intensities, but now you might want to go considerably higher on the recent hawaii cards).