Luke Dashjr
|
7cf2951600
Merge commit 'eeb135172' into bfgminer
|
5 years ago |
Luke Dashjr
|
4a5f8013b4
cpu: Move `cpus` variable to driver-cpu
|
5 years ago |
Luke Dashjr
|
03f7fc8a2e
Merge commit '8ace341' into bfgminer
|
11 years ago |
pooler
|
acb3ada885
Use _SC_NPROCESSORS_CONF instead of _SC_NPROCESSORS_ONLN
|
13 years ago |
pooler
|
746ce1436b
Do not set thread affinity on single-processor systems
|
13 years ago |
pooler
|
fd83783732
Fix processor count detection with HW_NCPU
|
12 years ago |
Lauri Kasanen
|
525b02f3b3
SCHED_IDLE and SCHED_BATCH can only be used with sched_priority 0
|
12 years ago |
Kiyoaki Matsugae
|
bf8bb53d28
fix sched_setaffinity parameter : sizeof(cpu_set_t)
|
12 years ago |
Luke Dashjr
|
427f6089bd
cpu: Generic scanhash that can support any PoW algorithm
|
11 years ago |
Luke Dashjr
|
a9f278b67a
opencl: Simplify kernel-specific data handling
|
11 years ago |
Luke Dashjr
|
59e8e0f2cb
cpu: Remove redundant checks for USE_CPUMINING
|
11 years ago |
Luke Dashjr
|
38b2400e7f
Significantly rewrite configure script to handle driver dependencies cleaner
|
11 years ago |
Luke Dashjr
|
70f17d7540
Make SHA256d mining optional
|
11 years ago |
Luke Dashjr
|
3526edb399
cpu: Pass full work struct to scanhash functions
|
11 years ago |
Luke Dashjr
|
318cc0584b
cpu: Fail gracefully if unsupported mining algo gets into scanhash
|
11 years ago |
Luke Dashjr
|
f1ffa2aaaf
Build without POW_SCRYPT at all
|
11 years ago |
Luke Dashjr
|
d046e9d728
cpu: Support for per-work mining algorithms
|
11 years ago |
Luke Dashjr
|
0f24272964
Replace cgpu.min_nonce_diff with drv.drv_min_nonce_diff(cgpu, malgo)
|
11 years ago |
Luke Dashjr
|
9aec65e14e
Bugfix: Fix CPU miner benchmarking within benchmark-intense mode
|
11 years ago |
Luke Dashjr
|
211fdffd19
Copyright cleanups and updates
|
11 years ago |
Luke Dashjr
|
6d728a818c
Merge branch '2014-benchmark' into bfgminer
|
12 years ago |
Luke Dashjr
|
2bbbd60e6b
cpu: Fix and simplify benchmarking on Windows (removes hidden --bench-algo option)
|
12 years ago |
Luke Dashjr
|
5d7f5157cb
Remove old bench_block.h, no longer needed
|
12 years ago |
Luke Dashjr
|
1d7cac1208
Bugfix: cpu: Adapt benchmarking code to new benchmark work generator
|
12 years ago |
Luke Dashjr
|
dcb40bb66d
Merge commit 'c8b9cc4' into bfgminer
|
12 years ago |
Luke Dashjr
|
c8b9cc4fa7
Bugfix: cpu: Correct results found by scrypt algorithm
|
12 years ago |
Luke Dashjr
|
ff00c7e66e
Bugfix: Remove devtype variable from driver API
|
12 years ago |
Luke Dashjr
|
051a881ea3
Remove long-deprecated and non-functional --enable-cpu option
|
12 years ago |
Luke Dashjr
|
f25f16e99b
Since scrypt miners tend to work at actual share difficulty, use that for diff1 counting
|
12 years ago |
Luke Dashjr
|
6b71382a8c
cpu/opencl: Always disable by default; removes deprecated -G option entirely
|
12 years ago |