CPU usage
Opened this issue · 1 comments
pioter00 commented
Hello, thanks for your excellent work. I would like to increase the performance of your code, so I was wondering if it is possible to increase CPU usage. I noticed that only half of the threads of my CPU are used. Probably increasing this number to all threads (24) will improve the performance. Thanks for your answer.
Nik-V9 commented
Hi, Thanks for your interest!
The current code is not bottlenecked by CPU usage since most of it is entirely run on the GPU. Hence, I'm unsure if increasing number of CPUs or CPU usage will improve performance.