CudaMiner icon indicating copy to clipboard operation
CudaMiner copied to clipboard

Utilize CPU to 99%

Open utahman opened this issue 10 years ago • 2 comments

When running CUDAminer with -H 1 it supposed to use multiple threads on CPU. However, CPU is busy for only 15-20%. Would it be reasonable to create more CPU threads so that CPU is utilized completely, to something like 99%?

utahman avatar Apr 12 '14 15:04 utahman

the CPU is doing preparatory work for the hashing. There is no point in doing more preparatory work than the GPU can work with.

If your GPU was infinitely fast, then you would see 100% CPU use.

Christian

2014-04-12 17:11 GMT+02:00 utahman [email protected]:

When running CUDAminer with -H 1 it supposed to use multiple threads on CPU. However, CPU is busy for only 15-20%. Would it be reasonable to create more CPU threads so that CPU is utilized completely, to something like 99%?

— Reply to this email directly or view it on GitHubhttps://github.com/cbuchner1/CudaMiner/issues/128 .

cbuchner1 avatar Apr 14 '14 14:04 cbuchner1

The CPU just does the PBKDF2-HMAC-SHA256 if enable I believe if I am reading the source code correct.

mbilker avatar Apr 28 '14 02:04 mbilker