Files

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

12 wiersze
176 B
Bash

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 ..