Skip to content

Materials covered in my talk about heterogeneous computing

Notifications You must be signed in to change notification settings

Azhng/heterogeneous-compute-talk

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to Heterogeneous Computing

Talk slide link

Build instruction:

cd /path/to/project/root
mkdir build
cd build
cmake ..
make

This builds 5 executables:

  • hello => a simple hello world example
  • add_cpu => perform arithmetic operations on a large array using CPU
  • add_gpu => perform same operation using GPU
  • rotate_cpu => rotate an image using CPU
  • rotate_gpu => same operation using GPU

About

Materials covered in my talk about heterogeneous computing

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published