|
f39fac9e
|
2012-02-14T17:32:40
|
|
Third pass reorder.
|
|
b754fb8f
|
2012-02-14T17:13:49
|
|
2nd pass radical reorder.
|
|
e2b3c85d
|
2012-02-14T15:49:16
|
|
Radical reordering machine based first pass to change variables as late as possible, bringing their usage close together.
|
|
57dad38d
|
2012-02-13T22:50:21
|
|
Unroll all additions to enable further optimisations.
|
|
aa1523d7
|
2012-02-13T13:30:14
|
|
Bump up version number to 2.2.5
|
|
fdf9fb80
|
2012-02-13T13:29:31
|
|
Update NEWS.
|
|
64acb9da
|
2012-02-13T13:26:03
|
|
Increase version numbers of modified kernels.
|
|
23c01bc7
|
2012-02-13T13:19:04
|
|
Make output buffer write only as per Diapolo's suggestion.
|
|
210fe9d5
|
2012-02-13T13:16:05
|
|
Constify nonce in poclbm.
|
|
60f8ccb3
|
2012-02-13T12:51:24
|
|
Use local and group id on poclbm kernel as well.
|
|
b2b5083b
|
2012-02-13T12:22:35
|
|
Microoptimise phatk kernel on return code.
|
|
83b76da2
|
2012-02-13T10:53:03
|
|
Correct yet more logic fail :(
|
|
b0787e07
|
2012-02-13T10:47:05
|
|
Logic fail on engine multiplier.
|
|
fd05341a
|
2012-02-13T10:39:26
|
|
Do not loop indefinitely setting poclbm kernel to load a binary.
|
|
68217ef6
|
2012-02-13T10:37:35
|
|
Adjust engine speed up according to performance level engine setting, not the current engine speed.
|
|
d689cfbd
|
2012-02-13T10:06:26
|
|
Try to load a binary if we've defaulted to the poclbm kernel on SDK2.6
|
|
3057b701
|
2012-02-13T09:59:29
|
|
Use the poclbm kernel on SDK2.6 with bitalign devices only if there is no binary available.
|
|
2c33f122
|
2012-02-13T08:34:44
|
|
Whitelist ATI SDK 2.6 to use the poclbm kernel by default.
|
|
8be9d13f
|
2012-02-13T01:55:53
|
|
Further generic microoptimisations to poclbm kernel.
|
|
fb99c8d5
|
2012-02-12T21:38:45
|
|
The longstanding generation of a zero sized binary appears to be due to the OpenCL library putting the binary in a RANDOM SLOT amongst 4 possible binary
locations. Iterate over each of them after building from source till the real binary is found and use that.
|
|
56907db2
|
2012-02-12T18:21:30
|
|
Fix harmless warnings with -Wsign-compare to allow cgminer to build with -W.
|
|
11123848
|
2012-02-12T17:53:50
|
|
Fix missing field initialisers warnings.
|
|
18853748
|
2012-02-11T22:01:51
|
|
Merge pull request #112 from luke-jr/jansson_compat
Restore compatibility with Jansson 1.3 and 2.0 (api.c required 2.1)
|
|
07c2ee53
|
2012-02-12T17:00:44
|
|
Put win32 equivalents of nanosleep and sleep into compat.h fixing sleep() for adl.c.
|
|
be8ad579
|
2012-02-12T11:41:58
|
|
Add missing define in logging.c for isatty()
|
|
beb1c3f9
|
2012-02-12T11:39:10
|
|
Fix packaging issue with logging.h missing.
|
|
fdadb0b5
|
2012-02-11T15:46:08
|
|
Restore compatibility with Jansson 1.3 and 2.0 (api.c required 2.1)
|
|
e0fec357
|
2012-02-11T19:31:34
|
|
modularized logging, support for priority based logging
Functions related to logging are extracted into dedicated source files
for better maintainability.
The existing low-level logging API is extended with a generalized scheme
providing log functions log_{error, warning, notice, info, debug} that
log messages based on a global opt_log_level.
opt_log_level for now is set to LOG_NOTICE and might be modified via
command line options or config files in future releases.
|
|
713e8be6
|
2012-02-04T14:22:47
|
|
move CPU chipset specific optimization into device-cpu
|
|
52bb99c3
|
2012-02-11T21:42:02
|
|
Fix double definition of A0 B0 to zeroA zeroB.
|
|
862e9da4
|
2012-02-11T20:29:27
|
|
Bump version number to 2.2.4.
|
|
ecaf33a7
|
2012-02-11T20:23:27
|
|
Update README.
|
|
6a9ffd71
|
2012-02-11T20:12:26
|
|
Update NEWS.
|
|
405a2120
|
2012-02-11T20:11:18
|
|
Remove unnecessary check for opt_debug on every invocation of applog at LOG_DEBUG and place the check in applog().
|
|
3dda18eb
|
2012-02-11T19:56:23
|
|
Add NEWS.
|
|
2b61d973
|
2012-02-11T19:54:15
|
|
Remove the test for whether the device is on the highest profil level before raising the GPU speed as it is ineffectual and may prevent raising the GPU
speed.
|
|
b4364d4f
|
2012-02-11T17:24:16
|
|
Update NEWS.
|
|
60c70145
|
2012-02-11T16:41:41
|
|
Retain cl program after successfully loading a binary image.
|
|
55bd031d
|
2012-02-11T16:38:55
|
|
Variable unused after this so remove setting it.
|
|
1c1b8bec
|
2012-02-11T15:58:07
|
|
BFI INT patching is not necessarily true on binary loading of files and not true on ATI SDK2.6+. Report bitalign instead.
|
|
81d4f620
|
2012-02-11T15:15:03
|
|
Various string fixes for reject reason.
|
|
b706da93
|
2012-02-11T14:55:12
|
|
Merge branch 'reject_reason' of https://github.com/luke-jr/cgminer into reject
|
|
24376414
|
2012-02-10T19:20:45
|
|
Merge pull request #93 from luke-jr/bitforce_temp
Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs
|
|
543265d6
|
2012-01-24T14:34:17
|
|
Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs
|
|
8c609579
|
2012-02-10T19:07:53
|
|
Merge pull request #107 from kanoi/master
Allow API to restrict access by IP address + other commits
|
|
d24ee782
|
2012-02-11T13:57:35
|
|
Change message from recovered to alive since it is used on startup as well as when a pool has recovered.
|
|
8e682a2c
|
2012-02-11T13:53:09
|
|
Start mining as soon as any pool is found active and rely on the watchpool thread to bring up other pools.
|
|
82798f6f
|
2012-02-10T18:42:58
|
|
Merge pull request #111 from luke-jr/bugfix_bitforce_id
Bugfix: BitFORCE index needs to be static to count correctly
|
|
405fcd76
|
2012-02-11T13:35:30
|
|
Delayed responses from testing pools that are down can hold up the watchdog thread from getting to its device testing code, leading to false detection
of the GPU not checking in, and can substantially delay auto gpu/auto fan management leading to overheating. Move pool watching to its own thread.
|
|
5be4bf70
|
2012-02-10T21:33:26
|
|
Bugfix: BitFORCE index needs to be static to count correctly
|
|
5ec684ce
|
2012-02-11T13:20:32
|
|
Space out retrieval of extra work according to the number of mining threads.
|
|
37374bb4
|
2012-02-11T13:11:56
|
|
Make shutdown more robust.
Enable the input thread only after the other threads exist.
Don't kill off the workio thread and use it to exit main() only if there is an unexpected problem.
Use kill_work() for all anticipated shutdowns where possible.
Remove unused thread entry.
|
|
5fbd0345
|
2012-02-11T12:11:30
|
|
Merge branch 'kernels' of github.com:ckolivas/cgminer into kernels
Conflicts:
configure.ac
device-gpu.c
poclbm120203.cl
|
|
cad84c6f
|
2012-02-11T11:51:15
|
|
Change poclbm version number.
|
|
3d4c78ca
|
2012-02-11T11:44:19
|
|
Leave diakgcn and diablo kernels as silent options for now since they don't work.
|
|
4f1676f6
|
2012-02-11T02:12:34
|
|
One array is faster than 2 separate arrays so change to that in poclbm kernel..
|
|
f5903e60
|
2012-02-10T18:16:25
|
|
Microoptimisations to poclbm kernel which increase throughput slightly.
|
|
f2d5db0c
|
2012-02-10T16:45:35
|
|
Use only working kernels by default.
|
|
604b2f76
|
2012-02-10T10:47:39
|
|
Set cl_amd_media_ops with the BITALIGN flag and allow non-bitselect devices to build.
|
|
e6cf96ad
|
2012-02-10T10:28:45
|
|
ALlow much longer filenames for kernels to load properly.
|
|
b7fa2b50
|
2012-02-10T15:04:54
|
|
Make vectors compile in diablokernel.
|
|
451b82df
|
2012-02-10T14:42:47
|
|
Convert #if to #ifdef in diablo .cl.
|
|
59d3d011
|
2012-02-10T14:33:40
|
|
Implement diablo kernel support and try to make it work.
|
|
e2a9c667
|
2012-02-10T13:52:33
|
|
Import diablominer kernel.
|
|
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.
|
|
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.
|
|
196e8a0f
|
2012-02-10T09:10:57
|
|
Fix kernel selection process and build error.
|
|
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)
|
|
c91155ac
|
2012-02-09T19:59:35
|
|
made code a bit more consistent and removed 2 unneeded brackets
|
|
17feecac
|
2012-02-09T15:37:00
|
|
queue_phatk_kernel now uses CL_SET_VARG() for base-nonce(s), too
|
|
47a09cea
|
2012-02-09T15:15:03
|
|
added OpenCL >= 1.1 detection code, in preparation of OpenCL 1.1 global offset parameter support
|
|
c43dd734
|
2012-02-09T14:18:40
|
|
renamed all rot-functions to rotr to be clear that it is a rotate right
|
|
ab848057
|
2012-02-09T14:08:55
|
|
changed base-nonce generation for non GOFFSET paths to use get_local_size(0) and left shift
|
|
1398a805
|
2012-02-09T14:01:59
|
|
leave out kernel parameter "const u base", if GOFFSET (not yet implemented) is defined
|
|
dcd28618
|
2012-02-09T13:58:27
|
|
changed format of output buffer from ulong * to uint * to be cgminer compatible
|
|
15cc3582
|
2012-02-09T13:36:07
|
|
First commit - only changed date in diakgcn120208.cl
|
|
80cf0fd4
|
2012-02-08T21:03:20
|
|
Diakgcn should be using the modified PreVal4 which includes T1.
|
|
cce08b6e
|
2012-02-08T18:13:32
|
|
Reinstate original code as much as possible for comparison.
|
|
9e9db012
|
2012-02-08T16:45:37
|
|
Convert to Unix EOL.
|
|
85e9a841
|
2012-02-08T16:24:46
|
|
Use K array explicitly to make it clear what is being added.
|
|
49cff570
|
2012-02-08T16:02:05
|
|
Use correct variable on output in diakgcn kernel.
|
|
033913ca
|
2012-02-08T15:40:10
|
|
First working port of the diakgcn kernel.
|
|
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.
|
|
3af3cbe9
|
2012-02-08T10:25:45
|
|
Import diakgcn kernel.
|
|
2fa142d1
|
2012-02-11T02:12:34
|
|
One array is faster than 2 separate arrays so change to that in poclbm kernel..
|
|
13558597
|
2012-02-10T18:16:25
|
|
Microoptimisations to poclbm kernel which increase throughput slightly.
|
|
cef90ab0
|
2012-02-10T17:02:26
|
|
Merge branch 'kernels' into diablo
|
|
1bfa82c3
|
2012-02-10T17:02:13
|
|
Revert "Search for nonce if it is not found to be correct as a debugging check."
This reverts commit d9e07385daa59f945016850f075ef55d1784799f.
Purely a debugging exercise.
|
|
6776b0ea
|
2012-02-10T16:45:35
|
|
Use only working kernels by default.
|
|
d9e07385
|
2012-02-10T15:19:45
|
|
Search for nonce if it is not found to be correct as a debugging check.
|
|
92283efd
|
2012-02-10T15:04:54
|
|
Make vectors compile in diablokernel.
|
|
467ba352
|
2012-02-10T14:42:47
|
|
Convert #if to #ifdef in diablo .cl.
|
|
2270b4e0
|
2012-02-10T14:33:40
|
|
Implement diablo kernel support and try to make it work.
|
|
c864dbe6
|
2012-02-10T13:52:33
|
|
Import diablominer kernel.
|
|
02c94272
|
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.
|
|
fa5f4a64
|
2012-02-10T10:47:39
|
|
Set cl_amd_media_ops with the BITALIGN flag and allow non-bitselect devices to build.
|
|
35ea31b1
|
2012-02-10T10:28:45
|
|
ALlow much longer filenames for kernels to load properly.
|
|
8af2365e
|
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.
|
|
2b23805e
|
2012-02-10T09:10:57
|
|
Fix kernel selection process and build error.
|
|
c462ba5b
|
2012-02-10T08:28:31
|
|
Merge branch 'diakgcn' of https://github.com/Diapolo/cgminer into diakgcn
|