|
clBLAS
2.11
|
Functions | |
| clblasStatus | clblasCsscal (size_t N, cl_float alpha, cl_mem X, size_t offx, int incx, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
| Scales a complex-float vector by a float constant. More... | |
| clblasStatus | clblasZdscal (size_t N, cl_double alpha, cl_mem X, size_t offx, int incx, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
| Scales a complex-double vector by a double constant. More... | |
| clblasStatus clblasCsscal | ( | size_t | N, |
| cl_float | alpha, | ||
| cl_mem | X, | ||
| size_t | offx, | ||
| int | incx, | ||
| cl_uint | numCommandQueues, | ||
| cl_command_queue * | commandQueues, | ||
| cl_uint | numEventsInWaitList, | ||
| const cl_event * | eventWaitList, | ||
| cl_event * | events | ||
| ) |
Scales a complex-float vector by a float constant.
| [in] | N | Number of elements in vector X. |
| [in] | alpha | The constant factor for vector X. |
| [out] | X | Buffer object storing vector X. |
| [in] | offx | Offset of first element of vector X in buffer object. Counted in elements. |
| [in] | incx | Increment for the elements of X. Must not be zero. |
| [in] | numCommandQueues | Number of OpenCL command queues in which the task is to be performed. |
| [in] | commandQueues | OpenCL command queues. |
| [in] | numEventsInWaitList | Number of events in the event wait list. |
| [in] | eventWaitList | Event wait list. |
| [in] | events | Event objects per each command queue that identify a particular kernel execution instance. |
| clblasStatus clblasZdscal | ( | size_t | N, |
| cl_double | alpha, | ||
| cl_mem | X, | ||
| size_t | offx, | ||
| int | incx, | ||
| cl_uint | numCommandQueues, | ||
| cl_command_queue * | commandQueues, | ||
| cl_uint | numEventsInWaitList, | ||
| const cl_event * | eventWaitList, | ||
| cl_event * | events | ||
| ) |
Scales a complex-double vector by a double constant.
| [in] | N | Number of elements in vector X. |
| [in] | alpha | The constant factor for vector X. |
| [out] | X | Buffer object storing vector X. |
| [in] | offx | Offset of first element of vector X in buffer object. Counted in elements. |
| [in] | incx | Increment for the elements of X. Must not be zero. |
| [in] | numCommandQueues | Number of OpenCL command queues in which the task is to be performed. |
| [in] | commandQueues | OpenCL command queues. |
| [in] | numEventsInWaitList | Number of events in the event wait list. |
| [in] | eventWaitList | Event wait list. |
| [in] | events | Event objects per each command queue that identify a particular kernel execution instance. |
1.8.6