aclrtCreateGroupInfo
The
The
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.
Prototype
aclrtGroupInfo *aclrtCreateGroupInfo()
Parameters
None
Returns
Pointer to data of the aclrtGroupInfo type. If there is no compute-capable group, nullptr is returned.
Parent topic: Group Management