Log

Author Commit Date CI Message
Con Kolivas cad84c6f 2012-02-11T11:51:15 Change poclbm version number.
Con Kolivas 3d4c78ca 2012-02-11T11:44:19 Leave diakgcn and diablo kernels as silent options for now since they don't work.
Con Kolivas f5903e60 2012-02-10T18:16:25 Microoptimisations to poclbm kernel which increase throughput slightly.
ckolivas f2d5db0c 2012-02-10T16:45:35 Use only working kernels by default.
Con Kolivas 4f1676f6 2012-02-11T02:12:34 One array is faster than 2 separate arrays so change to that in poclbm kernel..
ckolivas 59d3d011 2012-02-10T14:33:40 Implement diablo kernel support and try to make it work.
ckolivas e2a9c667 2012-02-10T13:52:33 Import diablominer kernel.
ckolivas 95a989da 2012-02-10T13:18:16 Conflicting entries of cl_kernel may have been causing problems, and automatically chosen kernel type was not being passed on. Rename the enum to cl_kernels and store the chosen kernel in each clState.
ckolivas 604b2f76 2012-02-10T10:47:39 Set cl_amd_media_ops with the BITALIGN flag and allow non-bitselect devices to build.
ckolivas b7fa2b50 2012-02-10T15:04:54 Make vectors compile in diablokernel.
ckolivas e6cf96ad 2012-02-10T10:28:45 ALlow much longer filenames for kernels to load properly.
ckolivas 451b82df 2012-02-10T14:42:47 Convert #if to #ifdef in diablo .cl.
Philip Kaufmann c91155ac 2012-02-09T19:59:35 made code a bit more consistent and removed 2 unneeded brackets
Philip Kaufmann 17feecac 2012-02-09T15:37:00 queue_phatk_kernel now uses CL_SET_VARG() for base-nonce(s), too
Philip Kaufmann 47a09cea 2012-02-09T15:15:03 added OpenCL >= 1.1 detection code, in preparation of OpenCL 1.1 global offset parameter support
Philip Kaufmann c43dd734 2012-02-09T14:18:40 renamed all rot-functions to rotr to be clear that it is a rotate right
Philip Kaufmann ab848057 2012-02-09T14:08:55 changed base-nonce generation for non GOFFSET paths to use get_local_size(0) and left shift
Philip Kaufmann 1398a805 2012-02-09T14:01:59 leave out kernel parameter "const u base", if GOFFSET (not yet implemented) is defined
Philip Kaufmann dcd28618 2012-02-09T13:58:27 changed format of output buffer from ulong * to uint * to be cgminer compatible
Philip Kaufmann 15cc3582 2012-02-09T13:36:07 First commit - only changed date in diakgcn120208.cl
Con Kolivas 80cf0fd4 2012-02-08T21:03:20 Diakgcn should be using the modified PreVal4 which includes T1.
ckolivas cce08b6e 2012-02-08T18:13:32 Reinstate original code as much as possible for comparison.
ckolivas 4822cca7 2012-02-10T10:23:06 Allow different kernels to be used by different devices and fix the logic fail of overcorrecting on last commit with !strstr.
ckolivas 9e9db012 2012-02-08T16:45:37 Convert to Unix EOL.
ckolivas 85e9a841 2012-02-08T16:24:46 Use K array explicitly to make it clear what is being added.
Con Kolivas 196e8a0f 2012-02-10T09:10:57 Fix kernel selection process and build error.
ckolivas 49cff570 2012-02-08T16:02:05 Use correct variable on output in diakgcn kernel.
ckolivas 033913ca 2012-02-08T15:40:10 First working port of the diakgcn kernel.
Philip Kaufmann ec2dfeac 2012-02-09T21:30:01 instead of uint *, int * was used as type for the output buffer (self-made bug from a former commmit)
ckolivas cb7145b1 2012-02-08T13:45:56 Add basic build ability with diakgcn and put all kernel names in configure.ac to avoid changing them in mutliple places.
ckolivas 3af3cbe9 2012-02-08T10:25:45 Import diakgcn kernel.
Con Kolivas 6e3ad7ad 2012-02-09T22:40:33 Logic fail on queue request.
Con Kolivas d40979d1 2012-02-09T22:28:59 No point discarding a share even if opt_fail is enabled.
Con Kolivas 435e5c85 2012-02-09T22:27:20 Work items have a tendency to expire at exactly the same time and we don't queue extra items when there are plenty in the queue, regardless of age. Allow extra work items to be queued if adequate time has passed since we last requested work even if over the limit.
Con Kolivas ffbf15ad 2012-02-09T22:00:04 Discard work when failover-only is enabled and the work has come from a different pool.
Con Kolivas b54d462c 2012-02-09T21:56:07 Missing include to build on newer mingw32.
Con Kolivas 5b476100 2012-02-09T21:54:23 Move from the thread safe localtime_r to regular localtime which is the only one supported on newer pthread libraries on mingw32 to make it compile with the newer ming. Thread safety is of no importance where localtime is used in this code.
Con Kolivas 63777c9d 2012-02-06T21:37:22 Bump version to 2.2.3 with NEWS.
Con Kolivas e0540bd4 2012-02-06T21:23:20 Revert "Rewrite the convoluted get_work() function to be much simpler and roll work as much as possible with each new work item." This reverts commit dec99ab739d16f2dd4f48482e713a25ebaef8e66. This seems to cause a race on work in free_work(). Presumably other threads are still accessing the structure.
Con Kolivas 2db367e7 2012-02-06T18:41:50 Bump version to 2.2.2
Con Kolivas 04b6ec94 2012-02-06T18:41:15 Curses needs to be included before stdbool to compile properly with pdcurses on mingw32.
Con Kolivas aa8552a1 2012-02-06T18:24:38 Update NEWS.
Con Kolivas 43013514 2012-02-05T23:22:52 Merge pull request #104 from kanoi/master Return last accepted share pool/time for devices
Con Kolivas de4c6c29 2012-02-06T18:12:22 Provide support for the submitold extension on a per-pool basis based on the value being detected in a longpoll.
Con Kolivas 1dff4297 2012-02-06T17:43:24 Don't send a ping to a dynamic device if it's not enabled as that will just enable it for one pass and then disable it again.
Con Kolivas dec99ab7 2012-02-06T17:36:51 Rewrite the convoluted get_work() function to be much simpler and roll work as much as possible with each new work item.
Con Kolivas a3e77937 2012-02-06T16:11:53 Roll as much work as possible from the work returned from a longpoll.
Con Kolivas eff9fe43 2012-02-06T10:42:52 Rolling work on each loop through the mining thread serves no purpose.
Con Kolivas d42d0c8e 2012-02-06T10:41:05 Allow to stage more than necessary work items if we're just rolling work.
Con Kolivas b9612715 2012-02-06T10:40:04 Replace divide_work with reuse_work function used twice.
Con Kolivas 0307f9bb 2012-02-06T10:37:29 Give rolled work a new ID to make sure there is no confusion in the hashtable lookups.
Con Kolivas 22526399 2012-02-06T09:22:01 Remove unused header include.
Con Kolivas d991a09e 2012-02-06T08:00:09 Remove now-defunct hash_div variables.
Con Kolivas e57ac017 2012-02-05T22:43:42 Remove unused get_dondata function.
Con Kolivas c72a8b8c 2012-02-05T22:41:37 Silence ADL warnings.
Con Kolivas 36d2fa48 2012-02-05T22:39:28 Silence unused parameter warnings.
Con Kolivas 294ac0b6 2012-02-05T22:33:58 Stagger the restart of every next thread per device to keep devices busy ahead of accessory threads per device.
Con Kolivas 82f74af5 2012-02-05T21:36:41 Deprecate the --donation feature. Needlessly complex, questionable usefulness, depends on author's server and a central pool of some kind, and was not heavily adopted.
Con Kolivas 488a3b73 2012-02-05T17:31:19 It's devices that report back now, not threads.
Con Kolivas 23685aa4 2012-02-05T17:28:53 Continue auto-management of fan and engine speeds even if a device is disabled for safety reasons.
Con Kolivas f8fed37e 2012-02-05T17:24:26 No need to check we're highest performance level when throttling GPU engine speed.
Con Kolivas 01659bcc 2012-02-05T14:35:45 Abstract out tests for whether work has come from a block that has been seen before and whether a string is from a previously seen block.
Kano 03630c37 2012-02-04T23:09:12 Update example web miner.php to use new API commands
Kano 4a714cb1 2012-02-04T22:42:28 Bug intensity always shows GPU 0
ckolivas 13fa5772 2012-02-04T20:04:49 Probe but don't set the timeout to 15 seconds as some networks take a long time to timeout.
ckolivas 1832b20c 2012-02-04T20:04:07 Revert "Some networks can take a long time to resolve so go back to 60 second timeouts instead of 15." This reverts commit c86a670ce6d264fba10a38f68d65e4b4ab27cba6. This changed more than just the timeout.
Kano 1f0a8a69 2012-02-04T19:35:12 Display accepted share pool/time for CPUs
Kano 09694640 2012-02-04T19:24:48 Return last accepted share pool/time for devices
Con Kolivas f818c3f6 2012-02-03T23:48:59 Merge pull request #103 from kanoi/master Add last share's pool info in cgpu_info for use by RPC API code.
Kano 42fcbf7c 2012-02-04T18:19:30 Remove most compiler warnings from api.c
Kano 0ebc0c9d 2012-02-04T17:49:49 Add last share's pool info in cgpu_info
ckolivas 53c1e9ae 2012-02-04T15:15:57 Allow the OpenCL platform ID to be chosen with --gpu-platform.
ckolivas a4f47812 2012-02-04T14:47:23 Iterate over all platforms displaying their information and number of devices when --ndevs is called.
ckolivas a1d230e8 2012-02-04T13:12:19 Deprecate main.c
ckolivas c86a670c 2012-02-04T13:06:04 Some networks can take a long time to resolve so go back to 60 second timeouts instead of 15.
ckolivas cda798d9 2012-02-04T13:05:28 Only enable curses on failure if curses is desired.
Con Kolivas 060ff719 2012-02-03T15:43:07 Merge pull request #102 from luke-jr/bugfix_bitforce_linux_rw Bugfix: Need to open BitForce tty for read-write
ckolivas 6eee0e38 2012-02-04T10:34:37 Fix warnings in bitforce.c
Luke Dashjr 2f903b5d 2012-02-03T18:21:50 Bugfix: Need to open BitForce tty for read-write
ckolivas 7d97ed6d 2012-02-04T10:18:29 Fix various build issues.
zefir e0b0a6c0 2012-01-30T23:11:39 Modularize code: main.c -> device-cpu + device-gpu This patch is an initial attempt to re-structure cgminer source code from its monolithic design (with nearly all code being concentrated in main.c) to a more modular one. In this first stage, the conditionally compiled functions for GPU and CPU mining were extracted into dedicated files: * device-cpu.h and device-cpu.c covering WANT_CPUMINE functions * device-gpu.h and device-gpu.c covering HAVE_OPENCL functions The main.c file is left untouched as reference, while the remainder without the extracted parts is located in cgminer.c. The Makefile.am has been updated to use the re-structured source files for the build. Above pure re-structuring *NO* functional modifications were made. The sources were tested to compile and run on on a current Linux system with working CPU and GPU mining (Bitforce not tested due to loack of hardware).
ckolivas 55f693a8 2012-02-04T09:59:20 Revert Makefile.am component for easier merge of upcoming changes.
ckolivas b34e483e 2012-02-04T09:52:26 Fix phatk kernel not working on non-bitalign capable devices (Nvidia, older ATI).
Con Kolivas ebaa2be1 2012-02-03T18:19:39 Update poclbm kernel for better performance on GCN and new SDKs with bitalign support when not BFI INT patching. Update phatk kernel to work properly for non BFI INT patched kernels, providing support for phatk to run on GCN and non-ATI cards.
Con Kolivas c0e8819d 2012-01-31T00:20:58 Fix bitforce failing to build into cgminer.
Con Kolivas 269b4568 2012-01-30T23:57:22 Bump version to 2.2.1
Con Kolivas 10b697f0 2012-01-30T23:56:54 Revert "Fix compile warnings in api.c" This reverts commit 8a90f1a756b60914afe61b2ea7362313026a9f1a. Breaks windows build.
Con Kolivas 55b386a3 2012-01-30T23:41:43 Add missing options gpu-memdiff and gpu-reorder to write config function.
Con Kolivas 181b16c1 2012-01-30T23:31:30 Update docs.
Con Kolivas 31a32e07 2012-01-30T22:38:57 Set virtual GPUs to work when ADL is disabled or all mining will occur on GPU 0.
Con Kolivas 2edc3a65 2012-01-30T22:25:28 Add information about paused threads in the menu status.
Con Kolivas 58897bf3 2012-01-30T22:18:29 Disable the correct threads on changing to/from dynamic mode.
Con Kolivas c98f81c0 2012-01-30T21:59:09 Disable all but the first thread on GPUs in dynamic mode for better interactivity.
Con Kolivas af5aaece 2012-01-30T21:15:47 Revert "Pass the correct GPU from the menu to the adl code." This reverts commit 7bcda9a28fcaff801ed9ee9e0b6613cbdb3be646. Corrected for virtual device twice by mistake.
Con Kolivas 94059c06 2012-01-30T21:07:16 Ensure all virtual_gpu entries are set when the number of ADL devices does not match the number of OpenCL devices.
Con Kolivas b3d1378e 2012-01-30T20:19:48 Provide debugging advice.
Con Kolivas b086430c 2012-01-30T19:27:22 Rename the dev-reorder option to --gpu-reorder since it only affects GPUs.
Con Kolivas bdec295f 2012-01-30T17:58:22 Set the latest network access time on share submission for --net-delay even if we're not delaying that submission for further network access.
Con Kolivas 4b994b01 2012-01-29T22:55:59 Merge pull request #98 from kanoi/master Fix compile warnings in api.c/ Fix midstate
Kano b188157c 2012-01-30T16:43:14 Resume advertising midstate support