@@ -10123,6 +10123,15 @@ zeGetDeviceProcAddrTable(
1012310123 if (version >= ZE_API_VERSION_1_15) {
1012410124 pDdiTable->pfnGetAggregatedCopyOffloadIncrementValue = firstDriver->dditable.ze.Device.pfnGetAggregatedCopyOffloadIncrementValue;
1012510125 }
10126+ if (version >= ZE_API_VERSION_1_16) {
10127+ pDdiTable->pfnGetRuntimeRequirements = firstDriver->dditable.ze.Device.pfnGetRuntimeRequirements;
10128+ }
10129+ if (version >= ZE_API_VERSION_1_16) {
10130+ pDdiTable->pfnGetRuntimeRequirementsKey = firstDriver->dditable.ze.Device.pfnGetRuntimeRequirementsKey;
10131+ }
10132+ if (version >= ZE_API_VERSION_1_16) {
10133+ pDdiTable->pfnValidateRuntimeRequirements = firstDriver->dditable.ze.Device.pfnValidateRuntimeRequirements;
10134+ }
1012610135 if (version >= ZE_API_VERSION_1_2) {
1012710136 pDdiTable->pfnReserveCacheExt = firstDriver->dditable.ze.Device.pfnReserveCacheExt;
1012810137 }
@@ -10984,6 +10993,15 @@ zeGetCommandListProcAddrTable(
1098410993 if (version >= ZE_API_VERSION_1_14) {
1098510994 pDdiTable->pfnAppendLaunchKernelWithArguments = firstDriver->dditable.ze.CommandList.pfnAppendLaunchKernelWithArguments;
1098610995 }
10996+ if (version >= ZE_API_VERSION_1_16) {
10997+ pDdiTable->pfnAppendMemoryCopyWithParameters = firstDriver->dditable.ze.CommandList.pfnAppendMemoryCopyWithParameters;
10998+ }
10999+ if (version >= ZE_API_VERSION_1_16) {
11000+ pDdiTable->pfnAppendMemoryFillWithParameters = firstDriver->dditable.ze.CommandList.pfnAppendMemoryFillWithParameters;
11001+ }
11002+ if (version >= ZE_API_VERSION_1_16) {
11003+ pDdiTable->pfnImmediateAppendCommandListsWithParameters = firstDriver->dditable.ze.CommandList.pfnImmediateAppendCommandListsWithParameters;
11004+ }
1098711005 if (version >= ZE_API_VERSION_1_3) {
1098811006 pDdiTable->pfnAppendImageCopyToMemoryExt = firstDriver->dditable.ze.CommandList.pfnAppendImageCopyToMemoryExt;
1098911007 }
0 commit comments