zefir
|
713e8be629
move CPU chipset specific optimization into device-cpu
|
14 years ago |
Con Kolivas
|
52bb99c3ea
Fix double definition of A0 B0 to zeroA zeroB.
|
14 years ago |
Con Kolivas
|
405a2120f8
Remove unnecessary check for opt_debug on every invocation of applog at LOG_DEBUG and place the check in applog().
|
14 years ago |
Luke Dashjr
|
543265d66a
Generalize --temp-cutoff and implement support for reading temperature from BitFORCE FPGAs
|
14 years ago |
Con Kolivas
|
3d4c78ca89
Leave diakgcn and diablo kernels as silent options for now since they don't work.
|
14 years ago |
ckolivas
|
59d3d0112b
Implement diablo kernel support and try to make it work.
|
14 years ago |
ckolivas
|
95a989da4d
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.
|
14 years ago |
Philip Kaufmann
|
17feecac8c
queue_phatk_kernel now uses CL_SET_VARG() for base-nonce(s), too
|
14 years ago |
Con Kolivas
|
80cf0fd407
Diakgcn should be using the modified PreVal4 which includes T1.
|
14 years ago |
ckolivas
|
033913ca8e
First working port of the diakgcn kernel.
|
14 years ago |
ckolivas
|
cb7145b179
Add basic build ability with diakgcn and put all kernel names in configure.ac to avoid changing them in mutliple places.
|
14 years ago |
Con Kolivas
|
04b6ec948f
Curses needs to be included before stdbool to compile properly with pdcurses on mingw32.
|
14 years ago |
Con Kolivas
|
1dff4297fa
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.
|
14 years ago |
Con Kolivas
|
22526399d4
Remove unused header include.
|
14 years ago |
Con Kolivas
|
36d2fa485c
Silence unused parameter warnings.
|
14 years ago |
ckolivas
|
a4f47812ff
Iterate over all platforms displaying their information and number of devices when --ndevs is called.
|
14 years ago |
ckolivas
|
cda798d91b
Only enable curses on failure if curses is desired.
|
14 years ago |
zefir
|
e0b0a6c030
Modularize code: main.c -> device-cpu + device-gpu
|
14 years ago |