aclrtCreateGroupInfo
Applicability
Product |
Supported |
|---|---|
☓ |
|
☓ |
|
☓ |
|
☓ |
|
☓ |
Description
Creates contiguous memory blocks of the aclrtGroupInfo type based on the number of supported groups and returns the corresponding pointer.
For details about how to destroy data of type aclrtGroupInfo, see aclrtDestroyGroupInfo.
This API cannot be called in the
Prototype
aclrtGroupInfo *aclrtCreateGroupInfo()
Parameters
None
Returns
Pointer to data of the aclrtGroupInfo type. If there is no group or groups are not supported, nullptr is returned.
Parent topic: Group Management