Support GPU memory test and compute queue test using Rocr

A new diagnostic module librdc_rocr.so is created. The
module uses Rocr to test the memory allocation, memory access
and compute queue ready status.

Change-Id: I9098f4fc3209bf381b7cb3658a4e94c2e22f2fe9
Dieser Commit ist enthalten in:
Bill(Shuzhou) Liu
2021-09-16 15:38:37 -04:00
committet von Shuzhou Liu
Ursprung 6ab71e1a4a
Commit 78e2f2486b
74 geänderte Dateien mit 4811 neuen und 25 gelöschten Zeilen
-2
Datei anzeigen
@@ -138,9 +138,7 @@ std::string RdciDiagSubSystem::get_test_name
(rdc_diag_test_cases_t test_case) const {
const std::map<rdc_diag_test_cases_t, std::string> test_desc = {
{RDC_DIAG_COMPUTE_PROCESS, "No compute process"},
{RDC_DIAG_SDMA_QUEUE, "SDMA Queue ready"},
{RDC_DIAG_COMPUTE_QUEUE, "Compute Queue ready"},
{RDC_DIAG_VRAM_CHECK, "VRAM check"},
{RDC_DIAG_SYS_MEM_CHECK, "System memory check"},
{RDC_DIAG_NODE_TOPOLOGY, "Node topology check"},
{RDC_DIAG_GPU_PARAMETERS, "GPU parameters check"},