aclrtMemGetAllocationGranularity
Applicability
Product |
Supported |
|---|---|
√ |
|
√ |
|
√ |
|
√ |
|
√ |
Description
Queries the memory allocation granularity.
The system internally calculates the minimum granularity or recommended granularity based on the memory attribute information specified by the user and returns the granularity using the granularity parameter. This granularity can be used as a multiple of alignment, address size, or address mapping.
Prototype
aclError aclrtMemGetAllocationGranularity(aclrtPhysicalMemProp *prop, aclrtMemGranularityOptions option, size_t *granularity)
Parameters
Parameter |
Input/Output |
Description |
|---|---|---|
prop |
Input |
Physical memory attribute information. |
option |
Input |
Minimum granularity or recommended granularity. |
granularity |
Output |
Memory allocation granularity, in bytes. |
Returns
0 on success; else, failure. For details, see aclError.
Restrictions
This API is not supported in the Ascend RC form of the