Skip to content
Open
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
6 changes: 6 additions & 0 deletions static_umr_mi308x/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ GPU[31] : PCI Bus: 0001:C9:00.3
==========================================================================================
================================== End of ROCm SMI Log ===================================
```
database setup
If you're using umr into the host in first time, remember to export "export UMR_DATABASE_PATH=$PWD/database". that will able to help you to resolve the pci-util related problems.
PWD folder should be under static_umr_mi308x, db file is included in this folder. Only dump_all_cpc_info.sh has this setup.
```
export UMR_DATABASE_PATH=$PWD/database
```

check the correspondence between pci-instances and umr-gpu-instance:
```
Expand Down