mirror of
https://github.com/intel/compute-runtime.git
synced 2026-01-05 17:41:26 +08:00
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:
committed by
Compute-Runtime-Automation
parent
ebb16c8b74
commit
f7b735e12b
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user