The Wayback Machine - https://web.archive.org/web/20220512055806/https://github.com/topics/openacc
Skip to content
#

openacc

Here are 66 public repositories matching this topic...

Case studies constitute a modern interdisciplinary and valuable teaching practice which plays a critical and fundamental role in the development of new skills and the formation of new knowledge. This research studies the behavior and performance of two interdisciplinary and widely adopted scientific kernels, a Fast Fourier Transform and Matrix Multiplication. Both routines are implemented in the two current most popular many-core programming models CUDA and OpenACC. A Fast Fourier Transform (FFT) samples a signal over a period of time and divides it into its frequency components, computing the Discrete Fourier Transform (DFT) of a sequence. Unlike the traditional approach to computing a DFT, FFT algorithms reduce the complexity of the problem from O(n2) to O(nLog2n). Matrix multiplication is a cornerstone routine in Mathematics, Artificial Intelligence and Machine Learning. This research also shows that the nature of the problem plays a crucial role in determining what many-core model will provide the highest benefit in performance.

  • Updated Aug 26, 2018
  • Cuda

Improve this page

Add a description, image, and links to the openacc topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the openacc topic, visit your repo's landing page and select "manage topics."

Learn more