bc7f01e992
Includes server, client and example targets.
Change-Id: I30596fb0453af71d49b8390a8468a6d073200836
[ROCm/rdc commit: 5898345d17]
9 lines
79 B
Bash
Executable File
9 lines
79 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir -p build
|
|
cd build
|
|
cmake -DROCM_DIR=/opt/rocm ..
|
|
make
|
|
cd ..
|
|
|