Skip to content

Commit c9ed0ca

Browse files
committed
Add _EXP
1 parent 3fc357c commit c9ed0ca

File tree

5 files changed

+189
-189
lines changed

5 files changed

+189
-189
lines changed

Diff for: include/ur.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -761,7 +761,7 @@ class ur_device_info_v(IntEnum):
761761
## version than older devices.
762762
BINDLESS_IMAGES_SUPPORT_EXP = 0x2000 ## [::ur_bool_t] returns true if the device supports the creation of
763763
## bindless images
764-
BINDLESS_IMAGES_SHARED_USM_SUPPORT = 0x2001 ## [::ur_bool_t] returns true if the device supports the creation of
764+
BINDLESS_IMAGES_SHARED_USM_SUPPORT_EXP = 0x2001 ## [::ur_bool_t] returns true if the device supports the creation of
765765
## bindless images backed by shared USM
766766
BINDLESS_IMAGES_1D_USM_SUPPORT_EXP = 0x2002 ## [::ur_bool_t] returns true if the device supports the creation of 1D
767767
## bindless images backed by USM
@@ -789,7 +789,7 @@ class ur_device_info_v(IntEnum):
789789
## memory resources
790790
INTEROP_SEMAPHORE_IMPORT_SUPPORT_EXP = 0x200E ## [::ur_bool_t] returns true if the device supports importing external
791791
## semaphore resources
792-
INTEROP_SEMAPHORE_EXPORT_SUPPORT_EXP = 0x200F ## [::ur_bool_t] returns true if the device supports exporting internal
792+
INTEROP_SEMAPHORE_EXPORT_SUPPORT_EXP = 0x2010 ## [::ur_bool_t] returns true if the device supports exporting internal
793793
## event resources
794794

795795
class ur_device_info_t(c_int):

0 commit comments

Comments
 (0)