How can one verify whether a Android Mobile Device supports GPU renderscript or not?

后端 未结 1 1434
难免孤独
难免孤独 2021-01-13 23:22

Is there a good way to verify whether algorithms written in renderscript are CPU or GPU bound?

I understand that this decision is made runtime on the device, however

1条回答
  •  再見小時候
    2021-01-14 00:19

    Nexus 5 and Nexus 10 have different GPUs (and thus different GPU drivers written by completely different software teams). They are not going to accelerate the same kinds of code well, because they are very different architectures. We are trying to get some consistent logging from those drivers, but there won't be public updates for quite a while (since we don't push out new GPU drivers for AOSP very often).

    0 讨论(0)
提交回复
热议问题