I'm using floating point arithmetic to generate a stream of images that I would like to draw onto the display once I've generated it. My plan is to run it on the QPUs to get a decent framerate, because it can run the arithmetic faster, and writing to the framebuffer should be faster than from the CP...