Parallel Programming
  • Introduction
  • Parallel Computing
  • Matrix Multiply Problem
  • Bigger Matrix Multiply problem
  • Introduction to OpenCL
  • Profiling on OpenCl
  • GPU Considerations
  • OpenCl on Nvidia
  • OpenCl with Matlab
  • Juno Plarform
  • Deep Learning SpeedUp
  • Matlab and Mex
  • Bibliography
Powered by GitBook
On this page

Was this helpful?

Introduction

The objective of this book is to give a practical overview of parallel programming. We're going to learn how to use on a real hardware:

  • NVIDIA GPUs

  • Mali GPUs (Juno platform)

Topics covered:

  • Cuda

  • OpenCl

  • OpenMP

  • OpenAcc

Also we're going to learn how to accelerate Matlab algorithms with the covered topics.

NextParallel Computing

Last updated 5 years ago

Was this helpful?