Created
May 6, 2020 03:03
-
-
Save alvarovm/416cf15e18164dcfb727686ad2cf000a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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