@@ -70,3 +70,68 @@ namespace loader
7070 using ze_rtas_parallel_operation_exp_factory_t = singleton_factory_t < ze_rtas_parallel_operation_exp_object_t , ze_rtas_parallel_operation_exp_handle_t >;
7171
7272}
73+
74+ #if defined(__cplusplus)
75+ extern " C" {
76+ #endif
77+
78+ __zedlllocal void ZE_APICALL
79+ zeGetGlobalProcAddrTableLegacy ();
80+ __zedlllocal void ZE_APICALL
81+ zeGetRTASBuilderExpProcAddrTableLegacy ();
82+ __zedlllocal void ZE_APICALL
83+ zeGetRTASParallelOperationExpProcAddrTableLegacy ();
84+ __zedlllocal void ZE_APICALL
85+ zeGetDriverProcAddrTableLegacy ();
86+ __zedlllocal void ZE_APICALL
87+ zeGetDriverExpProcAddrTableLegacy ();
88+ __zedlllocal void ZE_APICALL
89+ zeGetDeviceProcAddrTableLegacy ();
90+ __zedlllocal void ZE_APICALL
91+ zeGetDeviceExpProcAddrTableLegacy ();
92+ __zedlllocal void ZE_APICALL
93+ zeGetContextProcAddrTableLegacy ();
94+ __zedlllocal void ZE_APICALL
95+ zeGetCommandQueueProcAddrTableLegacy ();
96+ __zedlllocal void ZE_APICALL
97+ zeGetCommandListProcAddrTableLegacy ();
98+ __zedlllocal void ZE_APICALL
99+ zeGetCommandListExpProcAddrTableLegacy ();
100+ __zedlllocal void ZE_APICALL
101+ zeGetEventProcAddrTableLegacy ();
102+ __zedlllocal void ZE_APICALL
103+ zeGetEventExpProcAddrTableLegacy ();
104+ __zedlllocal void ZE_APICALL
105+ zeGetEventPoolProcAddrTableLegacy ();
106+ __zedlllocal void ZE_APICALL
107+ zeGetFenceProcAddrTableLegacy ();
108+ __zedlllocal void ZE_APICALL
109+ zeGetImageProcAddrTableLegacy ();
110+ __zedlllocal void ZE_APICALL
111+ zeGetImageExpProcAddrTableLegacy ();
112+ __zedlllocal void ZE_APICALL
113+ zeGetKernelProcAddrTableLegacy ();
114+ __zedlllocal void ZE_APICALL
115+ zeGetKernelExpProcAddrTableLegacy ();
116+ __zedlllocal void ZE_APICALL
117+ zeGetMemProcAddrTableLegacy ();
118+ __zedlllocal void ZE_APICALL
119+ zeGetMemExpProcAddrTableLegacy ();
120+ __zedlllocal void ZE_APICALL
121+ zeGetModuleProcAddrTableLegacy ();
122+ __zedlllocal void ZE_APICALL
123+ zeGetModuleBuildLogProcAddrTableLegacy ();
124+ __zedlllocal void ZE_APICALL
125+ zeGetPhysicalMemProcAddrTableLegacy ();
126+ __zedlllocal void ZE_APICALL
127+ zeGetSamplerProcAddrTableLegacy ();
128+ __zedlllocal void ZE_APICALL
129+ zeGetVirtualMemProcAddrTableLegacy ();
130+ __zedlllocal void ZE_APICALL
131+ zeGetFabricEdgeExpProcAddrTableLegacy ();
132+ __zedlllocal void ZE_APICALL
133+ zeGetFabricVertexExpProcAddrTableLegacy ();
134+
135+ #if defined(__cplusplus)
136+ };
137+ #endif
0 commit comments