Andrea Gussoni 1056d3aaa2 Added run script for the secondary GPU %!s(int64=8) %!d(string=hai) anos
..
CLHelper.h e6a3bb8bcb Implemented device selection for bfs %!s(int64=8) %!d(string=hai) anos
Kernels.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
Makefile bdd43f65bb Fix for the bfs benchmark %!s(int64=8) %!d(string=hai) anos
bfs.cpp e6a3bb8bcb Implemented device selection for bfs %!s(int64=8) %!d(string=hai) anos
readme 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
run 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
run-cpu e6a3bb8bcb Implemented device selection for bfs %!s(int64=8) %!d(string=hai) anos
run-gpu e6a3bb8bcb Implemented device selection for bfs %!s(int64=8) %!d(string=hai) anos
run-gpu-primary 1056d3aaa2 Added run script for the secondary GPU %!s(int64=8) %!d(string=hai) anos
run-gpu-secondary 1056d3aaa2 Added run script for the secondary GPU %!s(int64=8) %!d(string=hai) anos
timer.cc 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
timer.h 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos
util.h 1f1ceb7172 Initialized repo with Rodinia 3.1 %!s(int64=8) %!d(string=hai) anos

readme


BFS implemented in OpenCL.

compilation options:
(1) release: normal version;
(2) errmsg: output error message to help debugging;
(3) ptx: generate ptx code;
(4) profile: to gather kernel execution time (timer-dependent);
(5) res: output the usage of resources, like shared memory, etc.