Files
rocm-systems/opencl
Payam 50563e4544 adding cltrace
Change-Id: I19b06f9a5954f317bbd00b5c2447ed5b6e9f30ae
2020-04-28 05:49:30 -04:00
..
2020-04-07 18:44:01 -04:00
2020-04-28 05:49:30 -04:00
2020-03-06 14:01:21 -05:00
2020-04-28 05:49:30 -04:00
2020-04-17 14:28:24 -04:00
2020-04-10 15:45:27 -04:00

ROCm OpenCL™ Runtime

Please build/install ROCclr first.

Please view build steps here: https://github.com/ROCm-Developer-Tools/ROCclr

Building OpenCL

cd $OPENCL_DIR

mkdir -p build; cd build

cmake -DVDI_DIR="$VDI_DIR" -DLIBVDI_STATIC_DIR="$VDI_DIR/build" ..

make