Rename "zesDiagnosticsRunTests" input parameters

Rename "zesDiagnosticsRunTests" input parameters as per
update in input param naming in latest level zero specification.

Related-To: LOCI-2736

Signed-off-by: Bellekallu Rajkiran <bellekallu.rajkiran@intel.com>
This commit is contained in:
Bellekallu Rajkiran
2021-12-06 11:28:33 +00:00
committed by Compute-Runtime-Automation
parent ebb16c8b74
commit f7b735e12b

View File

@@ -706,10 +706,10 @@ zesDiagnosticsGetTests(
ZE_APIEXPORT ze_result_t ZE_APICALL
zesDiagnosticsRunTests(
zes_diag_handle_t hDiagnostics,
uint32_t start,
uint32_t end,
uint32_t startIndex,
uint32_t endIndex,
zes_diag_result_t *pResult) {
return L0::Diagnostics::fromHandle(hDiagnostics)->diagnosticsRunTests(start, end, pResult);
return L0::Diagnostics::fromHandle(hDiagnostics)->diagnosticsRunTests(startIndex, endIndex, pResult);
}
ZE_APIEXPORT ze_result_t ZE_APICALL