HIP API#
HIP API
Collaboration diagram for HIP API:
Data Structures | |
struct | hipMemAllocationProp |
struct | hipArrayMapInfo |
Typedefs | |
typedef struct ihipMemGenericAllocationHandle * | hipMemGenericAllocationHandle_t |
Enumerations | |
enum | hipMemAllocationGranularity_flags { hipMemAllocationGranularityMinimum = 0x0 , hipMemAllocationGranularityRecommended = 0x1 } |
enum | hipMemHandleType { hipMemHandleTypeGeneric = 0x0 } |
enum | hipMemOperationType { hipMemOperationTypeMap = 0x1 , hipMemOperationTypeUnmap = 0x2 } |
enum | hipArraySparseSubresourceType { hipArraySparseSubresourceTypeSparseLevel = 0x0 , hipArraySparseSubresourceTypeMiptail = 0x1 } |
Detailed Description
Defines the HIP API. See the individual sections for more information.
Typedef Documentation
◆ hipMemGenericAllocationHandle_t
typedef struct ihipMemGenericAllocationHandle* hipMemGenericAllocationHandle_t |
Generic handle for memory allocation
Enumeration Type Documentation
◆ hipArraySparseSubresourceType
◆ hipMemAllocationGranularity_flags
◆ hipMemHandleType
enum hipMemHandleType |
◆ hipMemOperationType
enum hipMemOperationType |