diff --git a/projects/rocr-runtime/src/topology.c b/projects/rocr-runtime/src/topology.c index 606918d2bc..3ce5a83f70 100644 --- a/projects/rocr-runtime/src/topology.c +++ b/projects/rocr-runtime/src/topology.c @@ -164,6 +164,7 @@ static struct hsa_gfxip_table { { 0x67CF, 8, 0, 3, 1, "Polaris10", CHIP_POLARIS10 }, { 0x67D0, 8, 0, 3, 1, "Polaris10", CHIP_POLARIS10 }, { 0x67DF, 8, 0, 3, 1, "Polaris10", CHIP_POLARIS10 }, + { 0x6FDF, 8, 0, 3, 1, "Polaris10", CHIP_POLARIS10 }, /* Polaris11 */ { 0x67E0, 8, 0, 3, 1, "Polaris11", CHIP_POLARIS11 }, { 0x67E1, 8, 0, 3, 1, "Polaris11", CHIP_POLARIS11 }, diff --git a/projects/rocr-runtime/tests/kfdtest/scripts/run_kfdtest.sh b/projects/rocr-runtime/tests/kfdtest/scripts/run_kfdtest.sh index 07f6c1ad94..2648e18b4d 100755 --- a/projects/rocr-runtime/tests/kfdtest/scripts/run_kfdtest.sh +++ b/projects/rocr-runtime/tests/kfdtest/scripts/run_kfdtest.sh @@ -112,7 +112,7 @@ deviceIdToGpuName() { platformName="tg" ;; 7300 | 730f) platformName="fj" ;; - 67c0 | 67c1 | 67c2 | 67c4 | 67c7 | 67c8 | 67c9 | 67ca | 67cc | 67cf | 67d0 | 67df ) + 67c0 | 67c1 | 67c2 | 67c4 | 67c7 | 67c8 | 67c9 | 67ca | 67cc | 67cf | 67d0 | 67df | 6fdf ) platformName="pl10" ;; 67e0 | 67e1 | 67e3 | 67e7 | 67e8 | 67e9 | 67eb | 67ef | 67ff ) platformName="pl11" ;;