spla-tam/SplaTAM

CPU usage

Opened this issue · 1 comments

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.

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.