Skip to content

Commit 4f0bf8c

Browse files
committed
Fix diff
Signed-off-by: Larsen, Steffen <[email protected]>
1 parent 4a855ca commit 4f0bf8c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

include/ur_api.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1631,7 +1631,7 @@ typedef enum ur_device_info_t {
16311631
///< accessing cubemap resources
16321632
UR_DEVICE_INFO_CUBEMAP_SEAMLESS_FILTERING_SUPPORT_EXP = 0x2011, ///< [::ur_bool_t] returns true if the device supports sampling cubemapped
16331633
///< images across face boundaries
1634-
UR_DEVICE_INFO_TIMESTAMP_RECORDING_SUPPORT_EXP = 0x2012, ///< [::ur_bool_t] returns true if the device supports timestamp recording
1634+
UR_DEVICE_INFO_TIMESTAMP_RECORDING_SUPPORT_EXP = 0x2012, ///< [::ur_bool_t] returns true if the device supports timestamp recording
16351635
/// @cond
16361636
UR_DEVICE_INFO_FORCE_UINT32 = 0x7fffffff
16371637
/// @endcond
@@ -1657,7 +1657,7 @@ typedef enum ur_device_info_t {
16571657
/// - ::UR_RESULT_ERROR_INVALID_NULL_HANDLE
16581658
/// + `NULL == hDevice`
16591659
/// - ::UR_RESULT_ERROR_INVALID_ENUMERATION
1660-
/// + `::UR_DEVICE_INFO_CUBEMAP_SEAMLESS_FILTERING_SUPPORT_EXP < propName`
1660+
/// + `::UR_DEVICE_INFO_TIMESTAMP_RECORDING_SUPPORT_EXP < propName`
16611661
/// - ::UR_RESULT_ERROR_UNSUPPORTED_ENUMERATION
16621662
/// + If `propName` is not supported by the adapter.
16631663
/// - ::UR_RESULT_ERROR_INVALID_SIZE

0 commit comments

Comments
 (0)