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

GPU support for intel parallel studio 2019

Subha_G_
Beginner
1,152 Views

Can intel parallel studio compile fortran code to run in GPU (coprocessor such as NVidia) ? 

Will the openmp instruction work for the parallelization in GPU?  

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
1,152 Views

You would need to use OpenCL for that. Intel Fortran does not support CUDA, nor does its OpenMP processing support accelerators/coprocessors other than Intel Xeon Phi. I have used OpenCL from Fortran to run a test code on an NVidia graphics card. See https://software.intel.com/en-us/forums/intel-visual-fortran-compiler-for-windows/topic/515753

0 Kudos
Reply