SWDEV-434226 - add mempool supported handle type query

Change-Id: I266a3c72d3cb15583774d115d2c355d780a5acdc
Этот коммит содержится в:
Jatin Chaudhary
2023-11-27 15:02:39 +00:00
коммит произвёл Jatin Jaikishan Chaudhary
родитель ca9cc7c831
Коммит 42e9e4adc5
+2
Просмотреть файл
@@ -505,6 +505,8 @@ typedef enum hipDeviceAttribute_t {
hipDeviceAttributeMemoryPoolsSupported, ///< Device supports HIP Stream Ordered Memory Allocator
hipDeviceAttributeVirtualMemoryManagementSupported, ///< Device supports HIP virtual memory management
hipDeviceAttributeHostRegisterSupported, ///< Can device support host memory registration via hipHostRegister
hipDeviceAttributeMemoryPoolSupportedHandleTypes, ///< Supported handle mask for HIP Stream Ordered Memory Allocator
hipDeviceAttributeCudaCompatibleEnd = 9999,
hipDeviceAttributeAmdSpecificBegin = 10000,