585741a040
Maintain compatability with current hardcoded scheme for now for commit order convenience. Change-Id: I0b8299fceab1cc405ae5f26a129f2f1ea3d56773
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