Skip to content

Supplementary tutorial sources for the Workshop Programming of Heterogeneous Systems in Physics in Jena

Notifications You must be signed in to change notification settings

karlrupp/phsp2014

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple vector addition and vector dot product applications.

CMake-assisted build instructions:

$> mkdir build
$> cd build
$ build> cmake ..

If you don't want to use CMake, try a direct compilation:

$ build> g++ ../src/vector_add.cpp -I../src -lOpenCL


Execute:

$ build> src/vector_add
$ build> src/vector_dot 


Contact Karl Rupp for questions: rupp@iue.tuwien.ac.at

About

Supplementary tutorial sources for the Workshop Programming of Heterogeneous Systems in Physics in Jena

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published