OpenACC Use Case

From HP-SEE Wiki

(Difference between revisions)
Jump to: navigation, search
Pkoro (Talk | contribs)
(Created page with " == Matrix Matrix multiplication == We briefly discuss the development effort needed to implement a simple matrix matrix multiplication algorithm using OpenACC directives on GPU...")
Newer edit →

Revision as of 13:11, 15 July 2013

Matrix Matrix multiplication

We briefly discuss the development effort needed to implement a simple matrix matrix multiplication algorithm using OpenACC directives on GPU resources and showcase timing and performance results obtained via several development approaches (simple algorithm for CPU, BLAS, CUDA, CuBLAS and OpenACC).

Personal tools