最終更新:2012-04-04 (水) 17:55:17 (4397d)  

OpenACC
Top / OpenACC

Automatically parallelize loops in your Fortran or C code using GPU Directives

http://www.openacc-standard.org/

The OpenACC Application Program Interface describes a collection of compiler directives to specify loops and regions of code in standard C, C++ and Fortran to be offloaded from a host CPU to an attached accelerator, providing portability across operating systems, host CPUs and accelerators.

  • Easy : simply insert hints in your code
  • Open : run on either CPU or GPU
  • Powerful: tap into the power of GPUs within minutes

参考