Initial support for getExternalMemoryProperties and getExtensionProperties

Change-Id: Ib7c75dcae10bfb34dd2f703e481ecdd768370772
Signed-off-by: Jaime Arteaga <jaime.a.arteaga.molina@intel.com>
This commit is contained in:
Jaime Arteaga
2020-11-02 17:47:58 -08:00
parent 4e8296495c
commit 6ab9e9f1e0
8 changed files with 38 additions and 4 deletions

View File

@@ -113,7 +113,7 @@ ZE_APIEXPORT ze_result_t ZE_APICALL
zeDeviceGetExternalMemoryProperties(
ze_device_handle_t hDevice,
ze_device_external_memory_properties_t *pExternalMemoryProperties) {
return ZE_RESULT_ERROR_UNSUPPORTED_FEATURE;
return L0::Device::fromHandle(hDevice)->getExternalMemoryProperties(pExternalMemoryProperties);
}
ZE_APIEXPORT ze_result_t ZE_APICALL