5898345d17
Includes server, client and example targets. Change-Id: I30596fb0453af71d49b8390a8468a6d073200836
9 خطوط
79 B
Bash
Executable File
9 خطوط
79 B
Bash
Executable File
#!/bin/bash
|
|
|
|
mkdir -p build
|
|
cd build
|
|
cmake -DROCM_DIR=/opt/rocm ..
|
|
make
|
|
cd ..
|
|
|