GPU Programming in MATLAB (By GPU Science)

Matlab

  • "Jill Reese and Sarah Zaranek of MathWorks just published introductory article on GPU Programming in MATLAB. This article demonstrates features in Parallel Computing Toolbox that enable you to run your MATLAB code on a GPU by making a few simple changes to your code. Authors illustrate this approach by solving a second-order wave equation using spectral methods. Grab a PDF of full article to read."

The PGI Accelerator Compilers with OpenACC
  • The OpenACC Application Program Interface (OpenACC API) is a specification developed by a group of vendors to allow programmers to write applications that offload code from a host CPU to an attached accelerator device. The API defines a set of directives and API routines similar to the well-established OpenMP API.Grab the full article to read.