PowerVR GPU(GX6650) supports Pytorch

Hi,

I am working on PowerVR Series6XT (Rogue) GX6650 on Linux platform.
Can you please let me know the possibility to install Pytorch in this GPU.
If Yes, kindly share the step by step instructions.

Thanks,
Ram.

Hi Ram,

It is not recommended to run a DNN Framework directly on a mobile SoC. If you really want to do it, you should be able to install it just following Pytorch instructions guide. I doubt it will be possible to accelerate it using OpenCL.

Regards.

Carlos.

Hi Carlos,
Thank you for your reply.
Currently we are not using mobile SoC.

We are using GPU on embedded platform(Renesas RCAR-H3). Please see the below link for more information.

Is it possible to work Pytorch on this platform?

Thanks,
Ram.

Hi Ram,

Although R-CarH3 is a very capable SoC, it is still a mobile part (ARM CPU) and it is not at the level of desktop CPU/GPU capable of running a DNN Framework directly. As far as I know there is not support for aarch64 in Pytorch. You could try building it from source. We can not give you guidelines on how to do this.

Regards.

Carlos.