Files
rocm-systems/server/run_build.sh
T

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 строки
79 B
Bash
Исходник Обычный вид История

2019-12-15 16:48:58 -06:00
#!/bin/bash
mkdir -p build
cd build
cmake -DROCM_DIR=/opt/rocm ..
make
cd ..