Graphics Processing Unit supporting OpenGL ES 1.1 and 2.0, OpenVG 1.1, and OpenCL EP
I'm curious about what level of output this GPU can do -- are we looking at an OUYA competitor or bitcoin-miner, or is it only powerful enough for basic desktop acceleration?
Going on the MX6 specs[1] and GFLOPS alone[2], it should be a bit faster than Ouya's Tegra for the cheapest option and handily beat it on the more expensive models. Bitcoin mining is out of the question - it's basically a tablet-class GPU.
GFLOPS isn't the whole picture of course, but my Google-fu is failing me at the moment.
By the way, bitcoin can no longer be efficiently mined on GPUs since the network hashrate has been increasing tremendously with ASICs (tenfold growth in the past 6 months and continuing steadily)
Alas, the Vivante GC2000 cannot do bitcoin mining (not that you'd want to, anyway). The GPU can indeed do do OpenCL, but the maximum kernel size is limited whereas double-SHA1 requires quite a lot of operations.
It's more aimed at computer vision applications such as image filters for robotics.
Yes. You can actually use OpenCL on the i.mx6. It's pretty cool. That said, there is still quite some room for improvement in the drivers (see my other post above). It is also more limited than desktop-class GPUs (CL embedded profile), so don't expect to be able to run all current OpenCL code unmodified.
I'm curious about what level of output this GPU can do -- are we looking at an OUYA competitor or bitcoin-miner, or is it only powerful enough for basic desktop acceleration?