Andrea Gussoni 846e980370 Converted tabs to spaces and fixed indentation il y a 8 ans
..
CLHelper.h 846e980370 Converted tabs to spaces and fixed indentation il y a 7 ans
Kernels.cl 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
Makefile bdd43f65bb Fix for the bfs benchmark il y a 8 ans
bfs.cpp 846e980370 Converted tabs to spaces and fixed indentation il y a 7 ans
readme 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
run 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
run-cpu e6a3bb8bcb Implemented device selection for bfs il y a 7 ans
run-gpu e6a3bb8bcb Implemented device selection for bfs il y a 7 ans
run-gpu-primary 1056d3aaa2 Added run script for the secondary GPU il y a 7 ans
run-gpu-secondary 1056d3aaa2 Added run script for the secondary GPU il y a 7 ans
timer.cc 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
timer.h 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans
util.h 1f1ceb7172 Initialized repo with Rodinia 3.1 il y a 8 ans

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.