Files
rocm-systems/opencl/README.md
T

19 lines
276 B
Markdown
Raw Normal View History

# ROCm OpenCL™ Runtime
2020-04-10 15:44:40 -04:00
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 -DCMAKE_PREFIX_PATH=/path/to/rocclr/build/or/install ..
2020-04-10 15:44:40 -04:00
make