Intel® oneAPI Math Kernel Library
Ask questions and share information with other developers who use Intel® Math Kernel Library.
7230 Discussions

Does Math Kernel Library support Power PC Processor?

yanfeng_gong
Beginner
1,757 Views

I need to port some software application based on Math Kernel Library to Power PC processor, for example FreeScale PowerQUICC Pro Family, running Linux. Is there any compatibility issues? Any insights will be greatly appreciated!

0 Kudos
5 Replies
sspine
Beginner
1,757 Views

I need to port some software application based on Math Kernel Library to Power PC processor, for example FreeScale PowerQUICC Pro Family, running Linux. Is there any compatibility issues? Any insights will be greatly appreciated!

Obviously, NO!

Intel develop MKL only for their own processors.

0 Kudos
newton_particle
Beginner
1,757 Views
Quoting - sspine

Obviously, NO!

Intel develop MKL only for their own processors.

That's not entirely accurate. AMD processors are also supported and I can vouch for impressive performance in these cases.

For full compatibility details see the following link:

http://www.intel.com/cd/software/products/asmo-na/eng/321173.htm#proc

Newton
--------

0 Kudos
yanfeng_gong
Beginner
1,757 Views
Quoting - newton_particle

That's not entirely accurate. AMD processors are also supported and I can vouch for impressive performance in these cases.

For full compatibility details see the following link:

http://www.intel.com/cd/software/products/asmo-na/eng/321173.htm#proc

Newton
--------

Thanks for the reply. Power PC is not on the list. Is Power PC a IA compatiable processor? Any link of saying so?

0 Kudos
newton_particle
Beginner
1,757 Views

Thanks for the reply. Power PC is not on the list. Is Power PC a IA compatiable processor? Any link of saying so?

The simple answer is no; you are most likely going to have to look at an alternative package that is fully coded in a language you can compile to your specific processor.

A quick Google search brought up this one: http://www.gnu.org/software/gsl/

However, I have no idea how good it is. If I personally were porting an algorithm for an embedded application, I would do it in Simulink and export the code via the real-time embedded coder. But this is only a path if you have prior experience with such environments.

An alternative to the previous ones would be to get the latest Numerical Recipes 3rd edition with code cd.

Newton
----------

0 Kudos
sspine
Beginner
1,757 Views

Intel MKL support AMD processors because both Intel and AMD share the same architecture - x86. Like Intel, AMD has their own performance math library like MKL, and AMD also support Intel processors. But PowerPC is a totally different architecture.

0 Kudos
Reply