cbuchner1 / ccminer

Christian Buchner's & Christian H.'s CUDA miner project
Other
274 stars 1.71k forks source link

Simple question about threads #52

Open php-wizard opened 7 years ago

php-wizard commented 7 years ago

Hello, just curious about one aspect. You have setup CUDA threads to be 256 threads per block.

If they were just 1 thread per block, would the result of the computation still be correct? So 256 is just for performance or is also a requirement for ccminer to correctly do its job?

Thanks