[Documentation] Repo location and limitation update (#1537)

This commit is contained in:
Gopesh Bhardwaj
2025-10-27 21:56:05 +05:30
committed by GitHub
parent eb69a455ed
commit 1585fe59cd
2 changed files with 10 additions and 1 deletions
+5
View File
@@ -130,3 +130,8 @@ Please report issues on GitHub OR send an email to <dl.ROCm-Profiler.support@amd
NUM_COMPUTE_UNITS: 28
TARGET_GRAPHICS_VERSION: gfx1102
```
- On `RHEL8.X` or similar distributions, there could be a missing dependency for `libsqlite3x-devel`. To workaround this for now, user can:
```bash
sudo dnf install libsqlite3x-devel
sudo ln -s /lib64/libsqlite3.so /usr/local/lib/libsqlite3.so
```