mirror of
https://github.com/ROCm/ROCm.git
synced 2026-02-21 03:00:39 -05:00
* add build-rocm page * change tools name to Optimization with new card image, and reordered tool groups * Update docs/how-to/build-rocm.rst with writer edits Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com> * fix link to build page on index * restore the performance banner --------- Co-authored-by: Leo Paoletti <164940351+lpaoletti@users.noreply.github.com>
24 lines
849 B
ReStructuredText
24 lines
849 B
ReStructuredText
.. meta::
|
|
:description: Build ROCm from source
|
|
:keywords: build ROCm, source, ROCm source, ROCm, repo, make, makefile
|
|
|
|
|
|
.. _building-rocm:
|
|
|
|
*************************************************************
|
|
Build ROCm from source
|
|
*************************************************************
|
|
|
|
ROCm is an open-source stack from which you can build from source code. The source code is available from `<https://github.com/ROCm/ROCm>`__.
|
|
|
|
|
|
The general steps to build ROCm are:
|
|
|
|
#. Clone the ROCm source code
|
|
#. Prepare the build environment
|
|
#. Run the build command
|
|
|
|
Because the ROCm stack is constantly evolving, the most current instructions are stored with the source code in GitHub.
|
|
For detailed build instructions, see `Build ROCm from source <https://github.com/ROCm/ROCm?tab=readme-ov-file#build-rocm-from-source>`_
|
|
|