Run mxnet in PowerPC

hello, I want to run my code in PowerPC. How many difficuties I need to face?
Has anyone done any work on it?

@kellen @lebeg may be able to comment on this, but to my knowledge this has not been worked on.

On GitHub I see one issue raised about trying on PowerPC, found here.

You might also want to take a look at the TVM project which aims to “close the gap between the productivity-focused deep learning frameworks, and the performance- or efficiency-oriented hardware backends”.

1 Like

With regards to PowerPC support for TVM, take a look at LLVM.

1 Like

thanks so much!
These help me a lot.