diakgcn120223.cl


Log

Author Commit Date CI Message
Philip Kaufmann e2b7c934 2012-03-16T23:52:20 removed 8-component vector support from kernel, as this is not supported in CGMINER anyway
Philip Kaufmann 782fc63c 2012-03-16T23:38:39 forgot to update kernel modification date, fixed ;)
Philip Kaufmann c3261587 2012-03-16T23:34:15 reordered an addition in the kernel, which results in less instructions used in the GPU ISA code for GCN
Philip Kaufmann aa52e7df 2012-03-01T17:24:38 optimized nonce-check and output code for -v 2 and -v 4
Philip Kaufmann 77f177b6 2012-02-24T15:38:41 only small code formating changes
Philip Kaufmann d9d4831b 2012-02-24T15:32:19 removed vec_step() as this could lead to errors on older SDKs
Philip Kaufmann d7d07979 2012-02-24T08:24:36 unified code for generating nonce in kernel and moved addition of base to the end -> faster
Con Kolivas d32cd583 2012-02-24T17:37:09 Reinstate the old output mechanism setting output[FOUND] per vector.
Con Kolivas fb077c6d 2012-02-24T13:27:15 Pass vectors * worksize to kernel to avoid one op.
Con Kolivas 70e8ade5 2012-02-24T13:22:42 Revert behaviour to old nonce init code.