Intel clBLAS
|
Functions | |
iclblasStatus_t | iclblasCreate (iclblasHandle_t *handle) |
Create library context. More... | |
iclblasStatus_t | iclblasDestroy (iclblasHandle_t handle) |
Destroy library context. More... | |
iclblasStatus_t iclblasCreate | ( | iclblasHandle_t * | handle | ) |
Create library context.
handle | pointer to store context handle |
iclblasStatus_t iclblasDestroy | ( | iclblasHandle_t | handle | ) |
Destroy library context.
handle | handle to the library context to be destroyed |