Fichiers
2025-09-24 09:07:20 -07:00

12 lignes
176 B
Bash
Fichiers exécutables

#!/bin/bash
# Copyright © Advanced Micro Devices, Inc., or its affiliates.
# SPDX-License-Identifier: MIT
mkdir -p build
cd build
cmake -DROCM_DIR=/opt/rocm ..
make
cd ..