clBLAS
2.11
|
Functions | |
clblasStatus | clblasSrotm (size_t N, cl_mem X, size_t offx, int incx, cl_mem Y, size_t offy, int incy, const cl_mem SPARAM, size_t offSparam, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
modified givens rotation for float elements More... | |
clblasStatus | clblasDrotm (size_t N, cl_mem X, size_t offx, int incx, cl_mem Y, size_t offy, int incy, const cl_mem DPARAM, size_t offDparam, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
modified givens rotation for double elements More... | |
clblasStatus clblasDrotm | ( | size_t | N, |
cl_mem | X, | ||
size_t | offx, | ||
int | incx, | ||
cl_mem | Y, | ||
size_t | offy, | ||
int | incy, | ||
const cl_mem | DPARAM, | ||
size_t | offDparam, | ||
cl_uint | numCommandQueues, | ||
cl_command_queue * | commandQueues, | ||
cl_uint | numEventsInWaitList, | ||
const cl_event * | eventWaitList, | ||
cl_event * | events | ||
) |
modified givens 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] | DPARAM | Buffer object that contains SPARAM array of minimum length 5 DPARAM(1)=DFLAG DPARAM(2)=DH11 DPARAM(3)=DH21 DPARAM(4)=DH12 DPARAM(5)=DH22 |
[in] | offDparam | Offset of first element of array DPARAM in buffer object. Counted in elements. |
[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 clblasSrotm | ( | size_t | N, |
cl_mem | X, | ||
size_t | offx, | ||
int | incx, | ||
cl_mem | Y, | ||
size_t | offy, | ||
int | incy, | ||
const cl_mem | SPARAM, | ||
size_t | offSparam, | ||
cl_uint | numCommandQueues, | ||
cl_command_queue * | commandQueues, | ||
cl_uint | numEventsInWaitList, | ||
const cl_event * | eventWaitList, | ||
cl_event * | events | ||
) |
modified givens 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] | SPARAM | Buffer object that contains SPARAM array of minimum length 5 SPARAM(1)=SFLAG SPARAM(2)=SH11 SPARAM(3)=SH21 SPARAM(4)=SH12 SPARAM(5)=SH22 |
[in] | offSparam | Offset of first element of array SPARAM in buffer object. Counted in elements. |
[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. |