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

GPU support for intel parallel studio 2019

Subha_G_
初學者
1,973 檢視

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 積分
1 回應
Steve_Lionel
榮譽貢獻者 III
1,973 檢視

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

回覆