Skip to content

Instantly share code, notes, and snippets.

@alvarovm
Created May 6, 2020 03:03
Show Gist options
  • Save alvarovm/416cf15e18164dcfb727686ad2cf000a to your computer and use it in GitHub Desktop.
Save alvarovm/416cf15e18164dcfb727686ad2cf000a to your computer and use it in GitHub Desktop.
THIS=$(pwd)
git clone https://github.com/alcf-perfengr/iprof.git
git clone https://github.com/intel/opencl-intercept-layer.git
cd opencl-intercept-layer
cmake -H. -Bbuild . -DENABLE_CLILOADER=ON
cd build
make && make install
export PATH=${THIS}/opencl-intercept-layer-master/install/bin:${PATH}
export PATH=${THIS}/iprof:${PATH}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment