Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,9 @@ instructions and configurations for alternatives.
> [installing from releases](#installing-from-releases) in supported
> configurations is often faster and easier.

> [!IMPORTANT]
> Frequent setup and building problems and their solutions can be found in section [Common Issues](docs/environment_setup_guide.md#common-issues).

### Setup - Ubuntu (24.04)

> [!TIP]
Expand Down Expand Up @@ -184,7 +187,10 @@ Further flags allow to build components with specific features enabled.

### CMake build usage

To build ROCm/HIP:
For workflows that demand frequent rebuilds, it is _recommended to build it with ccache_ enabled to speed up the build.
See instructions in the next section for [Linux](#ccache-usage-on-linux) and [Windows](#ccache-usage-on-windows).

Otherwise, ROCm/HIP can be configured and build with just the following commands:

```bash
cmake -B build -GNinja . -DTHEROCK_AMDGPU_FAMILIES=gfx110X-dgpu
Expand Down
Loading