1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-10 14:58:01 +00:00
Commit Graph

22 Commits

Author SHA1 Message Date
Con Kolivas
2a3b7359eb Clean up use of macros in poclbm and use bitselect everywhere possible. 2012-03-27 22:58:46 +11:00
Con Kolivas
db873ba202 Add worksize and vector attribute hints to the poclbm kernel. 2012-03-27 22:58:46 +11:00
Con Kolivas
325246d309 Spaces for non-aligned variables in poclbm. 2012-03-27 22:58:46 +11:00
Con Kolivas
ab3e63ff42 More tidying of poclbm. 2012-03-27 22:58:46 +11:00
Con Kolivas
0af7bbd74f Swap Vals and W variables where they can overlap in poclbm. 2012-03-27 22:58:45 +11:00
Con Kolivas
00796251e8 More tidying of poclbm. 2012-03-27 22:58:21 +11:00
Con Kolivas
e1d580be70 Tidy up first half of poclbm. 2012-03-27 22:58:21 +11:00
Con Kolivas
338f6d5788 Clean up use of any() by diablo and poclbm kernels. 2012-03-27 22:57:57 +11:00
Con Kolivas
a7a9dbcf90 Minor variable symmetry changes in poclbm. 2012-03-27 22:57:57 +11:00
Con Kolivas
c297f63e5e Put additions on separate lines for consistency in poclbm. 2012-03-27 22:57:57 +11:00
Con Kolivas
3fa8613557 Consolidate last use of W11 into Vals4 in poclbm. 2012-03-27 22:57:57 +11:00
Con Kolivas
4885b02e32 Add last value in vectors in diablo and poclbm kernel for consistency with original code. 2012-03-27 22:57:57 +11:00
Con Kolivas
40b18d5d01 Use the unrolled option for no vectors return code. 2012-03-27 22:57:56 +11:00
Con Kolivas
d8f14fd666 Cluster Vals7 for use on output. 2012-03-27 22:57:56 +11:00
Con Kolivas
76d0554d76 Get rid of extra char which is just truncated in poclbm kernel. 2012-02-25 16:18:54 +11:00
Con Kolivas
d32cd583ac Reinstate the old output mechanism setting output[FOUND] per vector. 2012-02-24 17:37:09 +11:00
Con Kolivas
e9889a384d Revert kernels that are designed for newer hardware and SDKs to 2.3.0 release style. 2012-02-24 14:14:05 +11:00
Con Kolivas
70e8ade54f Revert behaviour to old nonce init code. 2012-02-24 14:14:04 +11:00
Con Kolivas
bce47064b6 Revert use of any() in output code in poclbm kernel. Slower. 2012-02-24 14:14:04 +11:00
Con Kolivas
df58517626 Extra byte was being unused and leading to failure on some platforms. 2012-02-23 10:19:51 +11:00
Con Kolivas
93459839c8 Explicitly type the constants in poclbm kernel as uint. 2012-02-23 08:16:37 +11:00
Con Kolivas
0bde957912 Update all kernel version names. 2012-02-22 14:17:16 +11:00