8

I am a C# programmer with some C++ experience, all on Windows.

With this skill set, are there any options to develop for Intel Xeon Phi processor?

Found this link, but not sure if that's the best/only way.

Thanks for your advice.

Community
  • 1
  • 1
user1044169
  • 2,686
  • 6
  • 35
  • 64

1 Answers1

4

Check out An Overview of Programming for Intel® Xeon® processors and Intel® Xeon Phi coprocessors for well .. an overview.

From the section:

Compiler and programming models

There are some recommendations we can make based on what has been working well for developers. For Fortran programmers, use OpenMP, DO CONCURRENT and MPI. For C++ programmers, use Intel TBB, Intel Cilk Plus and OpenMP. For C programmers, use OpenMP and Intel Cilk Plus.

Also from the same source:

Additional reading

Additional material regarding programming for Intel Xeon Phi coprocessors can be found at http://intel.com/software/mic.

A new book titled “Intel® Xeon PhiTM Coprocessor High Performance Programming, Volume 1: Essentials” by Jim Jeffers and James Reinders, © 2013, published by Intel Press, is expected to be available in early 2013.

Peter M
  • 7,309
  • 3
  • 50
  • 91