Andrea Gussoni e6f332b2ae Added run script, fix for cpu bfs benchmark 8 gadi atpakaļ
..
CLHelper.h e6f332b2ae Added run script, fix for cpu bfs benchmark 8 gadi atpakaļ
Kernels.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
Makefile bdd43f65bb Fix for the bfs benchmark 8 gadi atpakaļ
bfs.cpp 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
readme 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
run 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
run-cpu e6f332b2ae Added run script, fix for cpu bfs benchmark 8 gadi atpakaļ
timer.cc 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
timer.h 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ
util.h 1f1ceb7172 Initialized repo with Rodinia 3.1 8 gadi atpakaļ

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.