KFDTest: Test 8 SDMA queues per engine for gfx1010

Change-Id: I709112ab10b1f5684e6411f44682bdef14745b50
Signed-off-by: shaoyunl <shaoyun.liu@amd.com>
This commit is contained in:
shaoyunl
2019-07-19 10:53:52 -04:00
committed by Shaoyun Liu
orang tua 85a9821519
melakukan 33bd5c520b
+2
Melihat File
@@ -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)