|
17 | 17 |
|
18 | 18 | std::mutex ZeCall::GlobalLock; |
19 | 19 |
|
20 | | -ur_result_t UR_APICALL urContextGetInfo(ur_context_handle_t hContext, |
21 | | - ur_context_info_t propName, |
22 | | - size_t propSize, void *pPropValue, |
23 | | - size_t *pPropSizeRet) { |
24 | | - logger::error("{} function not implemented!", __FUNCTION__); |
25 | | - return UR_RESULT_ERROR_UNSUPPORTED_FEATURE; |
26 | | -} |
27 | | - |
28 | 20 | ur_result_t UR_APICALL urContextGetNativeHandle( |
29 | 21 | ur_context_handle_t hContext, ur_native_handle_t *phNativeContext) { |
30 | 22 | logger::error("{} function not implemented!", __FUNCTION__); |
@@ -157,71 +149,6 @@ ur_result_t UR_APICALL urSamplerCreateWithNativeHandle( |
157 | 149 | return UR_RESULT_ERROR_UNSUPPORTED_FEATURE; |
158 | 150 | } |
159 | 151 |
|
160 | | -ur_result_t UR_APICALL urUSMHostAlloc(ur_context_handle_t hContext, |
161 | | - const ur_usm_desc_t *pUSMDesc, |
162 | | - ur_usm_pool_handle_t pool, size_t size, |
163 | | - void **ppMem) { |
164 | | - logger::error("{} function not implemented!", __FUNCTION__); |
165 | | - return UR_RESULT_ERROR_UNSUPPORTED_FEATURE; |
166 | | -} |
167 | | - |
168 | | -ur_result_t UR_APICALL urUSMDeviceAlloc(ur_context_handle_t hContext, |
169 | | - ur_device_handle_t hDevice, |
170 | | - const ur_usm_desc_t *pUSMDesc, |
171 | | - ur_usm_pool_handle_t pool, size_t size, |
172 | | - void **ppMem) { |
173 | | - logger::error("{} function not implemented!", __FUNCTION__); |
174 | | - return UR_RESULT_ERROR_UNSUPPORTED_FEATURE; |
175 | | -} |
176 | | - |
177 | | -ur_result_t UR_APICALL urUSMSharedAlloc(ur_context_handle_t hContext, |
178 | | - ur_device_handle_t hDevice, |
179 | | - const ur_usm_desc_t *pUSMDesc, |
180 | | - ur_usm_pool_handle_t pool, size_t size, |
181 | | - void **ppMem) { |
182 | | - logger::error("{} function not implemented!", __FUNCTION__); |
183 | | - return UR_RESULT_ERROR_UNSUPPORTED_FEATURE; |
184 | | -} |
185 | | - |
186 | | -ur_result_t UR_APICALL urUSMFree(ur_context_handle_t hContext, void *pMem) { |
187 | | - logger::error("{} function not implemented!", __FUNCTION__); |
188 | | - return UR_RESULT_ERROR_UNSUPPORTED_FEATURE; |
189 | | -} |
190 | | - |
191 | | -ur_result_t UR_APICALL urUSMGetMemAllocInfo(ur_context_handle_t hContext, |
192 | | - const void *pMem, |
193 | | - ur_usm_alloc_info_t propName, |
194 | | - size_t propSize, void *pPropValue, |
195 | | - size_t *pPropSizeRet) { |
196 | | - logger::error("{} function not implemented!", __FUNCTION__); |
197 | | - return UR_RESULT_ERROR_UNSUPPORTED_FEATURE; |
198 | | -} |
199 | | - |
200 | | -ur_result_t UR_APICALL urUSMPoolCreate(ur_context_handle_t hContext, |
201 | | - ur_usm_pool_desc_t *pPoolDesc, |
202 | | - ur_usm_pool_handle_t *ppPool) { |
203 | | - logger::error("{} function not implemented!", __FUNCTION__); |
204 | | - return UR_RESULT_ERROR_UNSUPPORTED_FEATURE; |
205 | | -} |
206 | | - |
207 | | -ur_result_t UR_APICALL urUSMPoolRetain(ur_usm_pool_handle_t pPool) { |
208 | | - logger::error("{} function not implemented!", __FUNCTION__); |
209 | | - return UR_RESULT_ERROR_UNSUPPORTED_FEATURE; |
210 | | -} |
211 | | - |
212 | | -ur_result_t UR_APICALL urUSMPoolRelease(ur_usm_pool_handle_t pPool) { |
213 | | - logger::error("{} function not implemented!", __FUNCTION__); |
214 | | - return UR_RESULT_ERROR_UNSUPPORTED_FEATURE; |
215 | | -} |
216 | | - |
217 | | -ur_result_t UR_APICALL urUSMPoolGetInfo(ur_usm_pool_handle_t hPool, |
218 | | - ur_usm_pool_info_t propName, |
219 | | - size_t propSize, void *pPropValue, |
220 | | - size_t *pPropSizeRet) { |
221 | | - logger::error("{} function not implemented!", __FUNCTION__); |
222 | | - return UR_RESULT_ERROR_UNSUPPORTED_FEATURE; |
223 | | -} |
224 | | - |
225 | 152 | ur_result_t UR_APICALL urVirtualMemGranularityGetInfo( |
226 | 153 | ur_context_handle_t hContext, ur_device_handle_t hDevice, |
227 | 154 | ur_virtual_mem_granularity_info_t propName, size_t propSize, |
@@ -326,14 +253,6 @@ urKernelGetSubGroupInfo(ur_kernel_handle_t hKernel, ur_device_handle_t hDevice, |
326 | 253 | return UR_RESULT_ERROR_UNSUPPORTED_FEATURE; |
327 | 254 | } |
328 | 255 |
|
329 | | -ur_result_t UR_APICALL |
330 | | -urKernelSetArgPointer(ur_kernel_handle_t hKernel, uint32_t argIndex, |
331 | | - const ur_kernel_arg_pointer_properties_t *pProperties, |
332 | | - const void *pArgValue) { |
333 | | - logger::error("{} function not implemented!", __FUNCTION__); |
334 | | - return UR_RESULT_ERROR_UNSUPPORTED_FEATURE; |
335 | | -} |
336 | | - |
337 | 256 | ur_result_t UR_APICALL urKernelSetExecInfo( |
338 | 257 | ur_kernel_handle_t hKernel, ur_kernel_exec_info_t propName, size_t propSize, |
339 | 258 | const ur_kernel_exec_info_properties_t *pProperties, |
|
0 commit comments