readme 290 B

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