Con Kolivas
|
7e55a41209
Sleep only the extra amount of time we overran the dynamic interval in dynamic mode.
|
13 years ago |
Con Kolivas
|
5e756d3f6a
Don't make opt_scrypt mandatory blocking with opencl code.
|
14 years ago |
Con Kolivas
|
9a6c082ad1
Make the thread concurrency and lookup gap options hidden on the command line and autotune parameters with a newly parsed --shaders option.
|
14 years ago |
Con Kolivas
|
f98774c35c
Fix target testing with scrypt kernel as it would have been missing shares below target.
|
14 years ago |
Luke Dashjr
|
1df89a8654
Merge branch 'ocl_rm_i' into bfgminer
|
14 years ago |
Con Kolivas
|
39f7d2fa74
Allow lookup gap and thread concurrency to be passed per device and store details in kernel binary filename.
|
14 years ago |
Con Kolivas
|
ffe1318f70
Ignore negative intensities for scrypt.
|
14 years ago |
Con Kolivas
|
04f55a0e66
Change the scale of intensity for scrypt kernel and fix a build warning.
|
14 years ago |
Con Kolivas
|
e45ebb62a9
Correct target value passed to scrypt kernel.
|
14 years ago |
Con Kolivas
|
a22edd2a7f
Test the target in the actual scrypt kernel itself saving further calculations.
|
14 years ago |
Con Kolivas
|
d72add9af3
Send correct values to scrypt kernel to get it finally working.
|
14 years ago |
Con Kolivas
|
6ac14f4280
Don't enqueuewrite buffer at all for pad8 and pass work details around for scrypt in dev_blk.
|
14 years ago |
Con Kolivas
|
a9a0bba18b
Set the correct data for cldata and prepare for pad8 fixes.
|
14 years ago |
Luke Dashjr
|
b78f69a4a8
Merge branch 'cl_wo_curses' into bfgminer
|
14 years ago |
Luke Dashjr
|
a1edc7dbcb
Bugfix: Fix build without curses but with OpenCL
|
14 years ago |
Con Kolivas
|
243d005b1b
Set scrypt settings and buffer size in ocl.c code to be future modifiable.
|
14 years ago |
Con Kolivas
|
bd10764e76
Cope with when we cannot set intensity low enough to meet dynamic interval by inducing a forced sleep.
|
14 years ago |
Con Kolivas
|
238db52aa6
Make dynamic and scrypt opencl calls blocking.
|
14 years ago |
Con Kolivas
|
aabc723326
Make sure goffset is set for scrypt and drop padbuffer8 to something manageable for now.
|
14 years ago |
Con Kolivas
|
b085c338f6
Make scrypt buffers and midstate compatible with cgminer.
|
14 years ago |
Con Kolivas
|
dd740caa98
Provide initial support for the scrypt kernel to compile with and mine scrypt with the --scrypt option.
|
14 years ago |
Con Kolivas
|
5a65415b1e
Enable completely compiling scrypt out.
|
14 years ago |
Con Kolivas
|
176cdf8bbc
Begin import of scrypt opencl kernel from reaper.
|
14 years ago |
Con Kolivas
|
96f3a98838
Merge pull request #264 from luke-jr/life_init
|
14 years ago |
Con Kolivas
|
f168d9696e
Merge pull request #262 from luke-jr/bugfix_ocl_err
|
14 years ago |
Luke Dashjr
|
feaf9fbfac
Merge branch 'bugfix_ocl_err' into bfgminer
|
14 years ago |
Luke Dashjr
|
b92588f8c3
Merge branch 'life_init' into bfgminer
|
14 years ago |
Luke Dashjr
|
c57c308d1f
Bugfix: Don't declare devices SICK if they're just busy initializing
|
14 years ago |
Luke Dashjr
|
a3998e26e8
Bugfix: Adapt OpenCL scanhash errors to driver API change (errors are now -1, not 0)
|
14 years ago |
Luke Dashjr
|
5acedd22f0
Merge branch 'cgminer' into bfgminer
|
14 years ago |