hipMemAllocNodeParams Struct Reference#
hipMemAllocNodeParams Struct Reference
#include <hip_runtime_api.h>
Collaboration diagram for hipMemAllocNodeParams:
Data Fields | |
hipMemPoolProps | poolProps |
const hipMemAccessDesc * | accessDescs |
size_t | accessDescCount |
The number of access descriptors. | |
size_t | bytesize |
The size of the requested allocation in bytes. | |
void * | dptr |
Returned device address of the allocation. | |
Field Documentation
◆ accessDescCount
size_t hipMemAllocNodeParams::accessDescCount |
The number of access descriptors.
◆ accessDescs
const hipMemAccessDesc* hipMemAllocNodeParams::accessDescs |
The number of memory access descriptors. Must not be bigger than the number of GPUs
◆ bytesize
size_t hipMemAllocNodeParams::bytesize |
The size of the requested allocation in bytes.
◆ dptr
void* hipMemAllocNodeParams::dptr |
Returned device address of the allocation.
◆ poolProps
hipMemPoolProps hipMemAllocNodeParams::poolProps |
Pool properties, which contain where the location should reside
The documentation for this struct was generated from the following file:
- /home/docs/checkouts/readthedocs.org/user_builds/advanced-micro-devices-hip/checkouts/docs-6.2.0/include/hip/hip_runtime_api.h