Fork me on GitHub

Collaborative

Heterogeneous

Applications for

Integrated-architectures

Get Started

Getting Started

Clone the repository:

  git clone https://github.com/chai-benchmarks/chai.git
  cd chai

Export environment variables:

  export CHAI_OCL_LIB=<path/to/OpenCL/lib>
  export CHAI_OCL_INC=<path/to/OpenCL/include>

Select desired implementation:

  cd OpenCL-U

Select desired benchmark:

  cd BFS

Compile:

  make

Execute:

  ./bfs

For help instructions:

  ./bfs -h