Andrea Gussoni e6a3bb8bcb Implemented device selection for bfs пре 8 година
..
CLHelper.h e6a3bb8bcb Implemented device selection for bfs пре 8 година
Kernels.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 пре 8 година
Makefile bdd43f65bb Fix for the bfs benchmark пре 8 година
bfs.cpp e6a3bb8bcb Implemented device selection for bfs пре 8 година
readme 1f1ceb7172 Initialized repo with Rodinia 3.1 пре 8 година
run 1f1ceb7172 Initialized repo with Rodinia 3.1 пре 8 година
run-cpu e6a3bb8bcb Implemented device selection for bfs пре 8 година
run-gpu e6a3bb8bcb Implemented device selection for bfs пре 8 година
timer.cc 1f1ceb7172 Initialized repo with Rodinia 3.1 пре 8 година
timer.h 1f1ceb7172 Initialized repo with Rodinia 3.1 пре 8 година
util.h 1f1ceb7172 Initialized repo with Rodinia 3.1 пре 8 година

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.