File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3237,7 +3237,7 @@ typedef enum ur_usm_advice_flag_t {
3237
3237
UR_USM_ADVICE_FLAG_CLEAR_PREFERRED_LOCATION_HOST = UR_BIT(14), ///< Removes the affect of ::UR_USM_ADVICE_FLAG_SET_PREFERRED_LOCATION_HOST
3238
3238
UR_USM_ADVICE_FLAG_SET_NON_COHERENT_MEMORY = UR_BIT(15), ///< Hint that memory coherence will be coarse-grained (up-to-date only at
3239
3239
///< kernel boundaries)
3240
- UR_USM_ADVICE_FLAG_CLEAR_NON_COHERENT_MEMORY = UR_BIT(16), ///< Removes the affect of ::UR_USM_ADVICE_FLAG_SET_NON_COHERENT_MEMORY
3240
+ UR_USM_ADVICE_FLAG_CLEAR_NON_COHERENT_MEMORY = UR_BIT(16), ///< Removes the effect of ::UR_USM_ADVICE_FLAG_SET_NON_COHERENT_MEMORY
3241
3241
/// @cond
3242
3242
UR_USM_ADVICE_FLAG_FORCE_UINT32 = 0x7fffffff
3243
3243
/// @endcond
Original file line number Diff line number Diff line change @@ -131,7 +131,7 @@ etors:
131
131
desc : " Hint that memory coherence will be coarse-grained (up-to-date only at kernel boundaries)"
132
132
- name : CLEAR_NON_COHERENT_MEMORY
133
133
value : " $X_BIT(16)"
134
- desc : " Removes the affect of $X_USM_ADVICE_FLAG_SET_NON_COHERENT_MEMORY"
134
+ desc : " Removes the effect of $X_USM_ADVICE_FLAG_SET_NON_COHERENT_MEMORY"
135
135
--- # --------------------------------------------------------------------------
136
136
type : handle
137
137
desc : " Handle of USM pool"
You can’t perform that action at this time.
0 commit comments