@@ -105,7 +105,7 @@ ur_result_t urUSMDeviceAlloc(
105
105
106
106
// /////////////////////////////////////////////////////////////////////////////
107
107
// / @brief Intercept function for urUSMHostAlloc
108
- __urdlllocal ur_result_t UR_APICALL urUSMHostAlloc (
108
+ ur_result_t UR_APICALL urUSMHostAlloc (
109
109
ur_context_handle_t hContext, // /< [in] handle of the context object
110
110
const ur_usm_desc_t
111
111
*pUSMDesc, // /< [in][optional] USM memory allocation descriptor
@@ -123,7 +123,7 @@ __urdlllocal ur_result_t UR_APICALL urUSMHostAlloc(
123
123
124
124
// /////////////////////////////////////////////////////////////////////////////
125
125
// / @brief Intercept function for urUSMSharedAlloc
126
- __urdlllocal ur_result_t UR_APICALL urUSMSharedAlloc (
126
+ ur_result_t UR_APICALL urUSMSharedAlloc (
127
127
ur_context_handle_t hContext, // /< [in] handle of the context object
128
128
ur_device_handle_t hDevice, // /< [in] handle of the device object
129
129
const ur_usm_desc_t *
@@ -142,7 +142,7 @@ __urdlllocal ur_result_t UR_APICALL urUSMSharedAlloc(
142
142
143
143
// /////////////////////////////////////////////////////////////////////////////
144
144
// / @brief Intercept function for urUSMFree
145
- __urdlllocal ur_result_t UR_APICALL urUSMFree (
145
+ ur_result_t UR_APICALL urUSMFree (
146
146
ur_context_handle_t hContext, // /< [in] handle of the context object
147
147
void *pMem // /< [in] pointer to USM memory object
148
148
) {
0 commit comments