aclrtCreateStreamConfigHandle
Applicability
Product |
Supported |
|---|---|
x |
|
x |
|
x |
|
x |
|
x |
Description
Creates data of the aclrtStreamConfigHandle type as a stream configuration object.
To destroy data of the aclrtStreamConfigHandle type, see aclrtDestroyStreamConfigHandle.
Prototype
aclrtStreamConfigHandle *aclrtCreateStreamConfigHandle(void)
Parameters
None
Returns
- Success: a pointer to data of the aclrtStreamConfigHandle type
- NULL: failure
Parent topic: aclrtStreamConfigHandle