Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 445 Bytes

get_lab_files.md

File metadata and controls

17 lines (15 loc) · 445 Bytes

Login to server with PuTTY or ssh then copy lab files to your user directory

$ cp -r /media/ubuntu-server/DataSt/HASS2017/Tutorial/day2/papaa-opencl ~/
$ cd ~/papaa-opencl/opencl-src/

There are 3 cpu labs in cpu-labs and 1 gpu lab in gpu-labs. Usage for each lab is the same:

From inside a lab directory, run OpenCL kernel using c host code:

$ make all
$ make run

Run OpenCL kernel using PyOpenCL:

$ make pyrun