Skip to content

Commit 04cde4d

Browse files
committed
Add _EXP
1 parent 22fbdc5 commit 04cde4d

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
@@ -587,7 +587,7 @@ class ur_device_info_v(IntEnum):
587587
## version than older devices.
588588
BINDLESS_IMAGES_SUPPORT_EXP = 0x2000 ## [::ur_bool_t] returns true if the device supports the creation of
589589
## bindless images
590-
BINDLESS_IMAGES_SHARED_USM_SUPPORT = 0x2001 ## [::ur_bool_t] returns true if the device supports the creation of
590+
BINDLESS_IMAGES_SHARED_USM_SUPPORT_EXP = 0x2001 ## [::ur_bool_t] returns true if the device supports the creation of
591591
## bindless images backed by shared USM
592592
BINDLESS_IMAGES_1D_USM_SUPPORT_EXP = 0x2002 ## [::ur_bool_t] returns true if the device supports the creation of 1D
593593
## bindless images backed by USM
@@ -615,7 +615,7 @@ class ur_device_info_v(IntEnum):
615615
## memory resources
616616
INTEROP_SEMAPHORE_IMPORT_SUPPORT_EXP = 0x200E ## [::ur_bool_t] returns true if the device supports importing external
617617
## semaphore resources
618-
INTEROP_SEMAPHORE_EXPORT_SUPPORT_EXP = 0x200F ## [::ur_bool_t] returns true if the device supports exporting internal
618+
INTEROP_SEMAPHORE_EXPORT_SUPPORT_EXP = 0x2010 ## [::ur_bool_t] returns true if the device supports exporting internal
619619
## event resources
620620

621621
class ur_device_info_t(c_int):

0 commit comments

Comments
 (0)