File tree 5 files changed +189
-189
lines changed
5 files changed +189
-189
lines changed Original file line number Diff line number Diff line change @@ -587,7 +587,7 @@ class ur_device_info_v(IntEnum):
587
587
## version than older devices.
588
588
BINDLESS_IMAGES_SUPPORT_EXP = 0x2000 ## [::ur_bool_t] returns true if the device supports the creation of
589
589
## 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
591
591
## bindless images backed by shared USM
592
592
BINDLESS_IMAGES_1D_USM_SUPPORT_EXP = 0x2002 ## [::ur_bool_t] returns true if the device supports the creation of 1D
593
593
## bindless images backed by USM
@@ -615,7 +615,7 @@ class ur_device_info_v(IntEnum):
615
615
## memory resources
616
616
INTEROP_SEMAPHORE_IMPORT_SUPPORT_EXP = 0x200E ## [::ur_bool_t] returns true if the device supports importing external
617
617
## 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
619
619
## event resources
620
620
621
621
class ur_device_info_t (c_int ):
You can’t perform that action at this time.
0 commit comments