1
0
mirror of https://github.com/GOSTSec/sgminer synced 2025-01-30 08:24:26 +00:00

12 Commits

Author SHA1 Message Date
Con Kolivas
e45ebb62a9 Correct target value passed to scrypt kernel. 2012-07-21 13:30:32 +10:00
Con Kolivas
1b5c676de7 Use 256 output slots for kernels to allow 1 for each worksize. 2012-07-21 11:00:36 +10:00
Con Kolivas
a22edd2a7f Test the target in the actual scrypt kernel itself saving further calculations. 2012-07-21 10:25:33 +10:00
Con Kolivas
537b28d53e Make pad0 and pad1 local variable in scrypt kernel. 2012-07-20 22:10:33 +10:00
Con Kolivas
8dc0d6e485 Constify input variable in scrypt kernel. 2012-07-20 22:07:20 +10:00
Con Kolivas
e17ee1e894 Revert "Use uint16 in SHA256 in scrypt kernel."
This reverts commit 46592a24f4d91991f3302e0b39bfc10cfe01255a.
2012-07-18 21:57:57 +10:00
Con Kolivas
3d1b4d6374 Revert "Use uint16 in SHA256_fresh in scrypt kernel."
This reverts commit 6a02f8d94ae665859ee081c0741c7ec56ff7ba77.
2012-07-16 11:17:27 +10:00
Con Kolivas
6a02f8d94a Use uint16 in SHA256_fresh in scrypt kernel. 2012-07-15 13:28:56 +10:00
Con Kolivas
cb5fed893f Get rid of spaces in arrays in scrypt kernel. 2012-07-15 13:23:52 +10:00
Con Kolivas
46592a24f4 Use uint16 in SHA256 in scrypt kernel. 2012-07-15 13:20:13 +10:00
Con Kolivas
2ed4072b5e Use cgminer specific output array entries in scrypt kernel. 2012-07-13 19:18:11 +10:00
Con Kolivas
176cdf8bbc Begin import of scrypt opencl kernel from reaper. 2012-07-13 14:44:52 +10:00