|
clBLAS
2.11
|
Functions | |
| clblasStatus | clblasSrot (size_t N, cl_mem X, size_t offx, int incx, cl_mem Y, size_t offy, int incy, cl_float C, cl_float S, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
| applies a plane rotation for float elements More... | |
| clblasStatus | clblasDrot (size_t N, cl_mem X, size_t offx, int incx, cl_mem Y, size_t offy, int incy, cl_double C, cl_double S, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
| applies a plane rotation for double elements More... | |
| clblasStatus | clblasCsrot (size_t N, cl_mem X, size_t offx, int incx, cl_mem Y, size_t offy, int incy, cl_float C, cl_float S, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
| applies a plane rotation for float-complex elements More... | |
| clblasStatus | clblasZdrot (size_t N, cl_mem X, size_t offx, int incx, cl_mem Y, size_t offy, int incy, cl_double C, cl_double S, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
| applies a plane rotation for double-complex elements More... | |
| clblasStatus clblasCsrot | ( | size_t | N, |
| cl_mem | X, | ||
| size_t | offx, | ||
| int | incx, | ||
| cl_mem | Y, | ||
| size_t | offy, | ||
| int | incy, | ||
| cl_float | C, | ||
| cl_float | S, | ||
| cl_uint | numCommandQueues, | ||
| cl_command_queue * | commandQueues, | ||
| cl_uint | numEventsInWaitList, | ||
| const cl_event * | eventWaitList, | ||
| cl_event * | events | ||
| ) |
applies a plane rotation for float-complex elements
| [in] | N | Number of elements in vector X and Y. |
| [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. |
| [out] | Y | Buffer object storing the vector Y. |
| [in] | offy | Offset of first element of vector Y in buffer object. Counted in elements. |
| [in] | incy | Increment for the elements of Y. Must not be zero. |
| [in] | C | C specifies the cosine, cos. This number is real |
| [in] | S | S specifies the sine, sin. This number is real |
| [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 clblasDrot | ( | size_t | N, |
| cl_mem | X, | ||
| size_t | offx, | ||
| int | incx, | ||
| cl_mem | Y, | ||
| size_t | offy, | ||
| int | incy, | ||
| cl_double | C, | ||
| cl_double | S, | ||
| cl_uint | numCommandQueues, | ||
| cl_command_queue * | commandQueues, | ||
| cl_uint | numEventsInWaitList, | ||
| const cl_event * | eventWaitList, | ||
| cl_event * | events | ||
| ) |
applies a plane rotation for double elements
| [in] | N | Number of elements in vector X and Y. |
| [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. |
| [out] | Y | Buffer object storing the vector Y. |
| [in] | offy | Offset of first element of vector Y in buffer object. Counted in elements. |
| [in] | incy | Increment for the elements of Y. Must not be zero. |
| [in] | C | C specifies the cosine, cos. |
| [in] | S | S specifies the sine, sin. |
| [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 clblasSrot | ( | size_t | N, |
| cl_mem | X, | ||
| size_t | offx, | ||
| int | incx, | ||
| cl_mem | Y, | ||
| size_t | offy, | ||
| int | incy, | ||
| cl_float | C, | ||
| cl_float | S, | ||
| cl_uint | numCommandQueues, | ||
| cl_command_queue * | commandQueues, | ||
| cl_uint | numEventsInWaitList, | ||
| const cl_event * | eventWaitList, | ||
| cl_event * | events | ||
| ) |
applies a plane rotation for float elements
| [in] | N | Number of elements in vector X and Y. |
| [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. |
| [out] | Y | Buffer object storing the vector Y. |
| [in] | offy | Offset of first element of vector Y in buffer object. Counted in elements. |
| [in] | incy | Increment for the elements of Y. Must not be zero. |
| [in] | C | C specifies the cosine, cos. |
| [in] | S | S specifies the sine, sin. |
| [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 clblasZdrot | ( | size_t | N, |
| cl_mem | X, | ||
| size_t | offx, | ||
| int | incx, | ||
| cl_mem | Y, | ||
| size_t | offy, | ||
| int | incy, | ||
| cl_double | C, | ||
| cl_double | S, | ||
| cl_uint | numCommandQueues, | ||
| cl_command_queue * | commandQueues, | ||
| cl_uint | numEventsInWaitList, | ||
| const cl_event * | eventWaitList, | ||
| cl_event * | events | ||
| ) |
applies a plane rotation for double-complex elements
| [in] | N | Number of elements in vector X and Y. |
| [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. |
| [out] | Y | Buffer object storing the vector Y. |
| [in] | offy | Offset of first element of vector Y in buffer object. Counted in elements. |
| [in] | incy | Increment for the elements of Y. Must not be zero. |
| [in] | C | C specifies the cosine, cos. This number is real |
| [in] | S | S specifies the sine, sin. This number is real |
| [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