Skip to content

Commit

Permalink
Update README.md to include -DGPU_TARGETS=$(/opt/rocm/bin/rocminfo | …
Browse files Browse the repository at this point in the history
…grep -o -m1 'gfx.*')

This updates the README to add `-DGPU_TARGETS=$(/opt/rocm/bin/rocminfo | grep -o -m1 'gfx.*')` for rbuild develop.
  • Loading branch information
ahsan-ca authored Jun 27, 2024
1 parent 67f208d commit 8f29d80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ Where `myApp` is the CMake target in your project.
Using `rbuild`, you can install the dependencies for development with:
```bash
rbuild develop
rbuild develop -DGPU_TARGETS=$(/opt/rocm/bin/rocminfo | grep -o -m1 'gfx.*')
```
This installs development dependencies in the `deps` directory and configures `cmake` to use those
Expand Down

0 comments on commit 8f29d80

Please sign in to comment.