Files
rocm-systems/opencl
Matt Arsenault 585741a040 Use find_package to find rocclr
Maintain compatability with current hardcoded scheme for now for
commit order convenience.

Change-Id: I0b8299fceab1cc405ae5f26a129f2f1ea3d56773
2020-04-28 16:41:53 -04:00
..
2020-04-28 16:41:53 -04:00
2020-03-06 14:01:21 -05:00
2020-04-28 05:49:30 -04: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