Files
rocm-systems/projects/clr/opencl
Pruthvi Madugundu ae4376f0f9 Make CMAKE_SHARED_LINKER_FLAGS appendable
Signed-off-by: Pruthvi Madugundu <pruthvi.madugundu@amd.com>
Change-Id: I3c23223270976b8746d5b4debf4d846ae0aa4c6f


[ROCm/clr commit: 8ba1527661]
2020-04-20 13:51:05 -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