Con Kolivas
|
56c27c1988
Merge branch 'master' of github.com:ckolivas/cgminer
|
14 years ago |
Con Kolivas
|
e9889a384d
Revert kernels that are designed for newer hardware and SDKs to 2.3.0 release style.
|
14 years ago |
Con Kolivas
|
70e8ade54f
Revert behaviour to old nonce init code.
|
14 years ago |
Philip Kaufmann
|
a731de6e45
revert to legacy nonce creation in the kernel without vector offset, but keep GOFFSET code removed
|
14 years ago |
Philip Kaufmann
|
47747dc8a2
revert to legacy nonce creation in the kernel without vector offset, but keep GOFFSET code removed
|
14 years ago |
Con Kolivas
|
5404ebcd88
Don't disable and re-enable devices as they may recover and in the meantime have their status set to OFF.
|
14 years ago |
ckolivas
|
71cbe8cd72
Move phatk kernel to offset vector based nonce bases as well.
|
14 years ago |
ckolivas
|
08db2284e3
Merge branch 'master' of https://github.com/ckolivas/cgminer
|
14 years ago |
ckolivas
|
93efb726bb
Allow multiple different kernels to be chosen per device.
|
14 years ago |
Con Kolivas
|
96e6817460
Merge pull request #129 from Diapolo/master
|
14 years ago |
ckolivas
|
a54f76061b
Fix multiple work size entry.
|
14 years ago |
Philip Kaufmann
|
bb51b628d3
tried to fix vector offset with diakgcn
|
14 years ago |
Con Kolivas
|
26c59fbf0f
Allow the worksize to be set per-device.
|
14 years ago |
Con Kolivas
|
deff55c640
Allow different vectors to be set per device.
|
14 years ago |
Con Kolivas
|
8f08a775ad
Use any() in kernel output code and revert breakage of diakgcn kernel.
|
14 years ago |
Con Kolivas
|
145f3c0b1d
Put the nonce for each vector offset in advance, avoiding one extra addition in the kernel.
|
14 years ago |
Con Kolivas
|
d1cddf8bad
Update licensing to GPL V3.
|
14 years ago |
Con Kolivas
|
00290a3e02
Select diablo kernel on all but GCN+SDK 2.6.
|
14 years ago |
Con Kolivas
|
d85fc0f799
Begin import of DiabloMiner kernel.
|
14 years ago |
Con Kolivas
|
89b32b1738
Officially support diakgcn in code and docs.
|
14 years ago |
Con Kolivas
|
02295c69c8
Allow devices that are disabled due to overheating to be flagged as recovering instead of disabling them and re-enable them if they're below ideal
|
14 years ago |
Con Kolivas
|
810ad04578
More copyright updates.
|
14 years ago |
Con Kolivas
|
83dde50f9d
Updates to diakgcn kernel courtesy of Philip Kaufmann <phil.kaufmann@t-online.de>
|
14 years ago |
ckolivas
|
6693898710
Fix diakgcn kernel working by passing it D1A variable and renaming it in the cl code accordingly.
|
14 years ago |
Con Kolivas
|
7d3635c7a4
Add message explaining 2nd thread disabling for dynamic mode and how to tune it.
|
14 years ago |
ckolivas
|
c235c7e373
Allow the refresh interval to be adjusted in dynamic intensity with a --gpu-dyninterval parameter.
|
14 years ago |
ckolivas
|
c531f1bd04
Use the max_hashes variable to determine when to abandon work.
|
14 years ago |
ckolivas
|
b36d857d9b
Use the max_hashes variable to increment nonce only in dynamic mode and use the all time highest value.
|
14 years ago |
ckolivas
|
29f0b2714c
The amount of work scanned can fluctuate when intensity changes and since we do this one cycle behind, we increment the work more than enough to prevent repeating work.
|
14 years ago |
Con Kolivas
|
49c28b3929
Use PreVal4addT1 instead of PreVal4 in poclbm kernel.
|
14 years ago |