5943e4d93e
This added an unnecessary level of indirection, and also didn't automatically pull in interface dependencies from the linked targets. Change-Id: I7371ab3c184f6045947a96c8a393f2e3452fc5c1
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