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
@@ -1,6 +1,10 @@
# RockBuilder

RockBuilder is a configuration-based build system that simplifies the process of integrating and building one or multiple AI applications on top of AMD’s ROCm SDK.
RockBuilder is a configuration-based build system that simplifies the process of integrating and building one or multiple AI applications on top of AMD’s ROCm SDK.

[TheRock](https://github.com/ROCm/TheRock) provides the official ROCm images, while RockBuilder supports building additional applications on top of the ROCm SDK that are not tightly integrated with TheRock. RockBuilder is mainly targeted at developers and users who want to add support for building or using these additional applications.

> **Note:** RockBuilder currently supports all stable ROCm versions from TheRock where applicable.

RockBuilder can use:

Expand All @@ -14,6 +18,8 @@ RockBuilder can use:

RockBuilder supports both Linux and Windows for building the applications.

>**Note:** Windows support is still less tested compared to Linux. You may encounter issues that haven’t been fully validated yet.

## Download RockBuilder

```
Expand Down