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
|
158c09107c
Merge pull request #115 from luke-jr/bitforce_disable_autoscan
|
14 years ago |
Con Kolivas
|
8798a904c6
Merge pull request #116 from holymonson/master
|
14 years ago |
Con Kolivas
|
5e31785e7b
Increase poclbm version number.
|
14 years ago |
Con Kolivas
|
49c28b3929
Use PreVal4addT1 instead of PreVal4 in poclbm kernel.
|
14 years ago |
Con Kolivas
|
5c4df1309a
Import PreVal4 and PreVal0 into poclbm kernel.
|
14 years ago |
Con Kolivas
|
f5c296785f
Import more prepared constants into poclbm kernel.
|
14 years ago |
Con Kolivas
|
734dfecec5
Keep variables in one array but use Vals[] name for consistency with other kernel designs.
|
14 years ago |
Con Kolivas
|
3f9e34a53c
Replace constants that are mandatorily added in poclbm kernel with one value.
|
14 years ago |
Con Kolivas
|
b941146c29
Remove addition of final constant before testing for result in poclbm kernel.
|
14 years ago |
Con Kolivas
|
81cb584586
Hand optimise variable addition order.
|
14 years ago |
Con Kolivas
|
dc2d553d5b
Hand optimise first variable declaration order in poclbm kernel.
|
14 years ago |
Con Kolivas
|
f39fac9e4d
Third pass reorder.
|
14 years ago |
Con Kolivas
|
b754fb8f4e
2nd pass radical reorder.
|
14 years ago |
ckolivas
|
e2b3c85d59
Radical reordering machine based first pass to change variables as late as possible, bringing their usage close together.
|
14 years ago |
monson
|
8047af5af4
fix strcpy NULL pointer if env HOME unset.
|
14 years ago |
Luke Dashjr
|
75da96b51b
bitforce: Disable automatic scanning when at least one device is specified manually
|
14 years ago |
Con Kolivas
|
57dad38d04
Unroll all additions to enable further optimisations.
|
14 years ago |
Con Kolivas
|
aa1523d765
Bump up version number to 2.2.5
|
14 years ago |
Con Kolivas
|
fdf9fb800b
Update NEWS.
|
14 years ago |
Con Kolivas
|
64acb9dae7
Increase version numbers of modified kernels.
|
14 years ago |
Con Kolivas
|
23c01bc79c
Make output buffer write only as per Diapolo's suggestion.
|
14 years ago |
Con Kolivas
|
210fe9d5b9
Constify nonce in poclbm.
|
14 years ago |
Con Kolivas
|
60f8ccb313
Use local and group id on poclbm kernel as well.
|
14 years ago |
Con Kolivas
|
b2b5083bda
Microoptimise phatk kernel on return code.
|
14 years ago |
Con Kolivas
|
83b76da2c6
Correct yet more logic fail :(
|
14 years ago |
Con Kolivas
|
b0787e07c8
Logic fail on engine multiplier.
|
14 years ago |
Con Kolivas
|
fd05341a87
Do not loop indefinitely setting poclbm kernel to load a binary.
|
14 years ago |