Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

GPU Information

Lucas_S_2
Beginner
509 Views

Hi Guys

I always have been programming in C/C++. In my last projects I have used CUDA to develop my parallel applications, but now I have to make a new project but in this case using Fortran and GPU's.

So, I'd like to get some reference or a good tutorial to work with the gpu Intel fortran compiler for GPU.

Can some body tell me with this subject?

Thanks in advanced
Best regards

0 Kudos
3 Replies
Steven_L_Intel1
Employee
509 Views

Intel's solution to offloading work to a coprocessor is the Intel Xeon Phi product line based on Intel Many Integrated Core architecture. Intel Fortran does not support GPU programming a la CUDA. Intel Xeon Phi is supported by the current Intel Fortran compiler and presents an easier-to-program method of accelerated computing. We also support the OpenMP 4.0 additions for coprocessors.

0 Kudos
Casey
Beginner
509 Views

Though not supported, you might try a project like fortrancl ( https://code.google.com/p/fortrancl/ ), which provide an f90 interface to OpenCL.  

0 Kudos
Lucas_S_2
Beginner
509 Views

Hello

According the client requirements, I'll need to work in PGI fortran.

So we'll have to buy this compiler.

Thankyou very much

0 Kudos
Reply