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 @@ -761,7 +761,7 @@ class ur_device_info_v(IntEnum):
761
761
## version than older devices.
762
762
BINDLESS_IMAGES_SUPPORT_EXP = 0x2000 ## [::ur_bool_t] returns true if the device supports the creation of
763
763
## 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
765
765
## bindless images backed by shared USM
766
766
BINDLESS_IMAGES_1D_USM_SUPPORT_EXP = 0x2002 ## [::ur_bool_t] returns true if the device supports the creation of 1D
767
767
## bindless images backed by USM
@@ -789,7 +789,7 @@ class ur_device_info_v(IntEnum):
789
789
## memory resources
790
790
INTEROP_SEMAPHORE_IMPORT_SUPPORT_EXP = 0x200E ## [::ur_bool_t] returns true if the device supports importing external
791
791
## 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
793
793
## event resources
794
794
795
795
class ur_device_info_t (c_int ):
You can’t perform that action at this time.
0 commit comments