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

Change-Id: I30596fb0453af71d49b8390a8468a6d073200836
2020-01-09 17:57:29 -06:00

9 行
79 B
Bash
可執行檔

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