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