Andrea Gussoni 0c1775db38 Added run script for the secondary GPU 8 vuotta sitten
..
CLHelper.h 1984b7b6e8 Implemented device selection for bfs 8 vuotta sitten
Kernels.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 8 vuotta sitten
Makefile bdd43f65bb Fix for the bfs benchmark 8 vuotta sitten
bfs.cpp 1984b7b6e8 Implemented device selection for bfs 8 vuotta sitten
readme 1f1ceb7172 Initialized repo with Rodinia 3.1 8 vuotta sitten
run 1f1ceb7172 Initialized repo with Rodinia 3.1 8 vuotta sitten
run-cpu 1984b7b6e8 Implemented device selection for bfs 8 vuotta sitten
run-gpu 1984b7b6e8 Implemented device selection for bfs 8 vuotta sitten
run-gpu-primary 0c1775db38 Added run script for the secondary GPU 8 vuotta sitten
run-gpu-secondary 0c1775db38 Added run script for the secondary GPU 8 vuotta sitten
timer.cc 1f1ceb7172 Initialized repo with Rodinia 3.1 8 vuotta sitten
timer.h 1f1ceb7172 Initialized repo with Rodinia 3.1 8 vuotta sitten
util.h 1f1ceb7172 Initialized repo with Rodinia 3.1 8 vuotta sitten

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.