Files
rocm-systems/opencl/README.md
T
Payam 17d5d73ff2 Adding an initial Readme file
Change-Id: I4eccb10383c555c88adf30fb695b41be3f869dc5
2020-04-10 15:45:27 -04:00

19 lines
282 B
Markdown

# 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