e43d427cdd
Move libOpenCL.so from rocm-opencl-dev package to rocm-opencl. Having the libOpenCL.so alone and that too just a symlink pointing to a file in another package is not the right way. Adding a symlink for libOpenCL... to rocm/lib will make package deployment easier. Change-Id: Icc98d2280253c8a485ef906e97fc75129ad6d064
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