Skip to content

Commit

Permalink
Add _EXP
Browse files Browse the repository at this point in the history
  • Loading branch information
isaacault committed Jul 5, 2023
1 parent 3fc357c commit c9ed0ca
Show file tree
Hide file tree
Showing 5 changed files with 189 additions and 189 deletions.
4 changes: 2 additions & 2 deletions include/ur.py
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ class ur_device_info_v(IntEnum):
## version than older devices.
BINDLESS_IMAGES_SUPPORT_EXP = 0x2000 ## [::ur_bool_t] returns true if the device supports the creation of
## bindless images
BINDLESS_IMAGES_SHARED_USM_SUPPORT = 0x2001 ## [::ur_bool_t] returns true if the device supports the creation of
BINDLESS_IMAGES_SHARED_USM_SUPPORT_EXP = 0x2001 ## [::ur_bool_t] returns true if the device supports the creation of
## bindless images backed by shared USM
BINDLESS_IMAGES_1D_USM_SUPPORT_EXP = 0x2002 ## [::ur_bool_t] returns true if the device supports the creation of 1D
## bindless images backed by USM
Expand Down Expand Up @@ -789,7 +789,7 @@ class ur_device_info_v(IntEnum):
## memory resources
INTEROP_SEMAPHORE_IMPORT_SUPPORT_EXP = 0x200E ## [::ur_bool_t] returns true if the device supports importing external
## semaphore resources
INTEROP_SEMAPHORE_EXPORT_SUPPORT_EXP = 0x200F ## [::ur_bool_t] returns true if the device supports exporting internal
INTEROP_SEMAPHORE_EXPORT_SUPPORT_EXP = 0x2010 ## [::ur_bool_t] returns true if the device supports exporting internal
## event resources

class ur_device_info_t(c_int):
Expand Down
Loading

0 comments on commit c9ed0ca

Please sign in to comment.