Files
rocm-systems/opencl
Freddy Paul e43d427cdd opencl-on-vdi:Add symlink for libopencl lib to ROCm lib
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
2020-05-11 14:02:37 -07:00
..
2020-04-30 19:06:58 -04:00
2020-03-06 14:01:21 -05: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