documentation: Update L0 Core release version to v1.5

Signed-off-by: Aravind Gopalakrishnan <aravind.gopalakrishnan@intel.com>
This commit is contained in:
Aravind Gopalakrishnan
2024-06-27 18:16:59 +00:00
committed by Compute-Runtime-Automation
parent ab92499b56
commit 218663e1d5
4 changed files with 23 additions and 4 deletions

View File

@@ -109,7 +109,7 @@ NEO::SVMAllocsManager *DriverHandleImp::getSvmAllocsManager() {
}
ze_result_t DriverHandleImp::getApiVersion(ze_api_version_t *version) {
*version = ZE_API_VERSION_1_3;
*version = ZE_API_VERSION_1_5;
return ZE_RESULT_SUCCESS;
}