From 517b1be8adb8b0dc3d16dfe65db31f85a54b5be8 Mon Sep 17 00:00:00 2001 From: chun-wan <61173538+chun-wan@users.noreply.github.com> Date: Mon, 29 Sep 2025 01:06:29 +0800 Subject: [PATCH] Update database setup in README.md Add env description to avoid to hit the pci util problem --- static_umr_mi308x/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static_umr_mi308x/README.md b/static_umr_mi308x/README.md index 4a5d516..22a79e9 100644 --- a/static_umr_mi308x/README.md +++ b/static_umr_mi308x/README.md @@ -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: ```