The mask registers that can turn off operations on individual elements of a vector reminded me of CUDA. It might be possible to emulate individual "threads" on these pretty easily.
Does OpenCL have a similar threading concept? I don't know much about it, sadly.
Comments
The mask registers that can turn off operations on individual elements of a vector reminded me of CUDA. It might be possible to emulate individual "threads" on these pretty easily.
Does OpenCL have a similar threading concept? I don't know much about it, sadly.