ccminer-cryptonight
ccminer-cryptonight copied to clipboard
Simple question about threads
i am just curious about one aspect.
You are running 256 threads per block in this CUDA project, right?
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