Files
rocm-systems/projects/rdc/server/run_build.sh
T
Chris Freehill bc7f01e992 Initial RDC commit
Includes server, client and example targets.

Change-Id: I30596fb0453af71d49b8390a8468a6d073200836


[ROCm/rdc commit: 5898345d17]
2020-01-09 17:57:29 -06:00

9 lines
79 B
Bash
Executable File

#!/bin/bash
mkdir -p build
cd build
cmake -DROCM_DIR=/opt/rocm ..
make
cd ..