Luke Dashjr
|
a0198c1502
Merge commit 'aabc723' into scrypt
|
13 years ago |
Luke Dashjr
|
20c1b006ee
Merge commit '176cdf8' into scrypt
|
13 years ago |
Luke Dashjr
|
1df89a8654
Merge branch 'ocl_rm_i' into bfgminer
|
13 years ago |
Luke Dashjr
|
b78f69a4a8
Merge branch 'cl_wo_curses' into bfgminer
|
13 years ago |
Luke Dashjr
|
a1edc7dbcb
Bugfix: Fix build without curses but with OpenCL
|
13 years ago |
Con Kolivas
|
aabc723326
Make sure goffset is set for scrypt and drop padbuffer8 to something manageable for now.
|
13 years ago |
Con Kolivas
|
b085c338f6
Make scrypt buffers and midstate compatible with cgminer.
|
13 years ago |
Con Kolivas
|
dd740caa98
Provide initial support for the scrypt kernel to compile with and mine scrypt with the --scrypt option.
|
13 years ago |
Con Kolivas
|
5a65415b1e
Enable completely compiling scrypt out.
|
13 years ago |
Con Kolivas
|
176cdf8bbc
Begin import of scrypt opencl kernel from reaper.
|
13 years ago |
Con Kolivas
|
96f3a98838
Merge pull request #264 from luke-jr/life_init
|
13 years ago |
Con Kolivas
|
f168d9696e
Merge pull request #262 from luke-jr/bugfix_ocl_err
|
13 years ago |
Luke Dashjr
|
feaf9fbfac
Merge branch 'bugfix_ocl_err' into bfgminer
|
13 years ago |
Luke Dashjr
|
b92588f8c3
Merge branch 'life_init' into bfgminer
|
13 years ago |
Luke Dashjr
|
c57c308d1f
Bugfix: Don't declare devices SICK if they're just busy initializing
|
13 years ago |
Luke Dashjr
|
a3998e26e8
Bugfix: Adapt OpenCL scanhash errors to driver API change (errors are now -1, not 0)
|
13 years ago |
Luke Dashjr
|
5acedd22f0
Merge branch 'cgminer' into bfgminer
|
13 years ago |
ckolivas
|
bf427de3ac
Time opencl work from start of queueing a kernel till it's flushed when calculating dynamic intensity.
|
13 years ago |
ckolivas
|
5c7e03084a
Modify te scanhash API to use an int64_t and return -1 on error, allowing zero to be a valid return value.
|
13 years ago |
Luke Dashjr
|
4003ef7a5f
Restore devstatus refactoring and moving details to device code
|
13 years ago |
Luke Dashjr
|
3fbe93eca7
Merge commit '6bbd753' into bfgminer
|
13 years ago |
ckolivas
|
66e7dc700d
Check for gpu return times of >= 0, not just 0, to fix intensity dropping to -10.
|
13 years ago |
Luke Dashjr
|
c9d99925a4
Merge commit '24316fc' into bfgminer
|
13 years ago |
ckolivas
|
c7eb9f3761
Microsecond multiplier error.
|
13 years ago |
Luke Dashjr
|
ad40d1d3fb
Merge commit 'd8de1bb' into bfgminer
|
13 years ago |
ckolivas
|
dffda2382f
Increase GPU timing resolution to microsecond and add sanity check to ensure times are positive.
|
13 years ago |
ckolivas
|
999dba479a
Revert "Use much more damping when determining average opencl duration to change dynamic intensity."
|
13 years ago |
ckolivas
|
04e528d38f
Use much more damping when determining average opencl duration to change dynamic intensity.
|
13 years ago |
ckolivas
|
79a4e25742
Opencl code may start executing before the clfinish order is given to it so get the start timing used for dynamic intensity from before the kernel is queued.
|
13 years ago |
Con Kolivas
|
5cf4b7c432
Make the devices array a dynamically allocated array of pointers to allow unlimited devices.
|
13 years ago |