Release support for L0 v1.3

Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
Jaime Arteaga
2022-01-19 20:07:37 +00:00
committed by Compute-Runtime-Automation
parent 2dc54f6fd9
commit c54633388d
4 changed files with 36 additions and 5 deletions

View File

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