SWDEV-434226 - add mempool supported handle type query
Change-Id: I266a3c72d3cb15583774d115d2c355d780a5acdc
[ROCm/hip commit: 42e9e4adc5]
This commit is contained in:
committed by
Jatin Jaikishan Chaudhary
parent
42f16d6a71
commit
63f33600ef
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user