When there is talked about modern CPUs and GPUs the terms SIMD processor, Stream processor and Vector processor often pops up. I have been trying to figure out how these terms relate but its unclear ...
I have an input stream that consists of floats. I have a std::vector< std::vector<float> >, because the data is really several columns of numbers, each of which I want to keep seperate. I'm trying to ...