Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to program Intel Xeon Phi with C#? [closed]

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.

like image 249
user1044169 Avatar asked Aug 12 '13 20:08

user1044169


1 Answers

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.

like image 71
Peter M Avatar answered Oct 21 '22 16:10

Peter M