KFDTest: Test 8 SDMA queues per engine for gfx1010

Change-Id: I709112ab10b1f5684e6411f44682bdef14745b50
Signed-off-by: shaoyunl <shaoyun.liu@amd.com>


[ROCm/ROCR-Runtime commit: 33bd5c520b]
Цей коміт міститься в:
shaoyunl
2019-07-19 10:53:52 -04:00
зафіксовано Shaoyun Liu
джерело 318ec9baec
коміт 440c7067c5
+2
Переглянути файл
@@ -138,6 +138,8 @@ void GetSdmaInfo(const HsaNodeProperties *props,
if (props->EngineId.ui32.Major == 9) {
if (props->EngineId.ui32.Stepping == 6) // VEGA20
num_sdma_queues_per_engine = 8;
} else if (props->EngineId.ui32.Major == 10) { //NAVIi
num_sdma_queues_per_engine = 8;
}
if (p_num_sdma_engines)