Skip to content

Commit

Permalink
SWDEV-434226 - add mempool supported handle type query
Browse files Browse the repository at this point in the history
Change-Id: I266a3c72d3cb15583774d115d2c355d780a5acdc
  • Loading branch information
cjatin committed Dec 12, 2023
1 parent ca9cc7c commit 42e9e4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions include/hip/hip_runtime_api.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,

Expand Down

0 comments on commit 42e9e4a

Please sign in to comment.