Dosyalar
rocm-systems/projects/rdc/server/run_build.sh
T

.git-blame-ignore-revs dosyasındaki sürümler yok sayılıyor. Bunun yerine normal sorumlu görüntüsü için buraya tıklayın.

12 satır
176 B
Bash
Ham Normal Görünüm Geçmiş

2019-12-15 16:48:58 -06:00
#!/bin/bash
2025-09-24 11:07:20 -05:00
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
2019-12-15 16:48:58 -06:00
mkdir -p build
cd build
cmake -DROCM_DIR=/opt/rocm ..
make
cd ..