b07ec672bf
in-line with hip-on-vdi.
Change-Id: Ib0e1a5180eef409cfd0f1b5b9a42a2b663dfc0d3
[ROCm/clr commit: 372ebe7b00]
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