I need help with OpenCL., I want to hash hex string that with
SHA225/SHA256
using the resources of the GPU using
Boost::Compute and OpenCL.
I found
this sha256 base code.
Some idea, on how with
boost::compute can i use here paralelism (all GPU cores) to calculate needed hash code and maximize bandwidth of GPU? .