clBLAS
2.11
|
Functions | |
clblasStatus | clblasStrmm (clblasOrder order, clblasSide side, clblasUplo uplo, clblasTranspose transA, clblasDiag diag, size_t M, size_t N, cl_float alpha, const cl_mem A, size_t offA, size_t lda, cl_mem B, size_t offB, size_t ldb, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
Multiplying a matrix by a triangular matrix with float elements. Extended version. More... | |
clblasStatus | clblasDtrmm (clblasOrder order, clblasSide side, clblasUplo uplo, clblasTranspose transA, clblasDiag diag, size_t M, size_t N, cl_double alpha, const cl_mem A, size_t offA, size_t lda, cl_mem B, size_t offB, size_t ldb, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
Multiplying a matrix by a triangular matrix with double elements. Extended version. More... | |
clblasStatus | clblasCtrmm (clblasOrder order, clblasSide side, clblasUplo uplo, clblasTranspose transA, clblasDiag diag, size_t M, size_t N, FloatComplex alpha, const cl_mem A, size_t offA, size_t lda, cl_mem B, size_t offB, size_t ldb, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
Multiplying a matrix by a triangular matrix with float complex elements. Extended version. More... | |
clblasStatus | clblasZtrmm (clblasOrder order, clblasSide side, clblasUplo uplo, clblasTranspose transA, clblasDiag diag, size_t M, size_t N, DoubleComplex alpha, const cl_mem A, size_t offA, size_t lda, cl_mem B, size_t offB, size_t ldb, cl_uint numCommandQueues, cl_command_queue *commandQueues, cl_uint numEventsInWaitList, const cl_event *eventWaitList, cl_event *events) |
Multiplying a matrix by a triangular matrix with double complex elements. Extended version. More... | |
clblasStatus clblasCtrmm | ( | clblasOrder | order, |
clblasSide | side, | ||
clblasUplo | uplo, | ||
clblasTranspose | transA, | ||
clblasDiag | diag, | ||
size_t | M, | ||
size_t | N, | ||
FloatComplex | alpha, | ||
const cl_mem | A, | ||
size_t | offA, | ||
size_t | lda, | ||
cl_mem | B, | ||
size_t | offB, | ||
size_t | ldb, | ||
cl_uint | numCommandQueues, | ||
cl_command_queue * | commandQueues, | ||
cl_uint | numEventsInWaitList, | ||
const cl_event * | eventWaitList, | ||
cl_event * | events | ||
) |
Multiplying a matrix by a triangular matrix with float complex elements. Extended version.
Matrix-triangular matrix products:
where T is an upper or lower triangular matrix.
[in] | order | Row/column order. |
[in] | side | The side of triangular matrix. |
[in] | uplo | The triangle in matrix being referenced. |
[in] | transA | How matrix A is to be transposed. |
[in] | diag | Specify whether matrix is unit triangular. |
[in] | M | Number of rows in matrix B. |
[in] | N | Number of columns in matrix B. |
[in] | alpha | The factor of matrix A. |
[in] | offA | Offset of the first element of the matrix A in the buffer object. Counted in elements. |
[in] | A | Buffer object storing matrix A. |
[in] | lda | Leading dimension of matrix A. For detailed description, see clblasStrmm(). |
[out] | B | Buffer object storing matrix B. |
[in] | offB | Offset of the first element of the matrix B in the buffer object. Counted in elements. |
[in] | ldb | Leading dimension of matrix B. For detailed description, see clblasStrmm(). |
[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 clblasDtrmm | ( | clblasOrder | order, |
clblasSide | side, | ||
clblasUplo | uplo, | ||
clblasTranspose | transA, | ||
clblasDiag | diag, | ||
size_t | M, | ||
size_t | N, | ||
cl_double | alpha, | ||
const cl_mem | A, | ||
size_t | offA, | ||
size_t | lda, | ||
cl_mem | B, | ||
size_t | offB, | ||
size_t | ldb, | ||
cl_uint | numCommandQueues, | ||
cl_command_queue * | commandQueues, | ||
cl_uint | numEventsInWaitList, | ||
const cl_event * | eventWaitList, | ||
cl_event * | events | ||
) |
Multiplying a matrix by a triangular matrix with double elements. Extended version.
Matrix-triangular matrix products:
where T is an upper or lower triangular matrix.
[in] | order | Row/column order. |
[in] | side | The side of triangular matrix. |
[in] | uplo | The triangle in matrix being referenced. |
[in] | transA | How matrix A is to be transposed. |
[in] | diag | Specify whether matrix is unit triangular. |
[in] | M | Number of rows in matrix B. |
[in] | N | Number of columns in matrix B. |
[in] | alpha | The factor of matrix A. |
[in] | A | Buffer object storing matrix A. |
[in] | offA | Offset of the first element of the matrix A in the buffer object. Counted in elements. |
[in] | lda | Leading dimension of matrix A. For detailed description, see clblasStrmm(). |
[out] | B | Buffer object storing matrix B. |
[in] | offB | Offset of the first element of the matrix B in the buffer object. Counted in elements. |
[in] | ldb | Leading dimension of matrix B. For detailed description, see clblasStrmm(). |
[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 clblasStrmm | ( | clblasOrder | order, |
clblasSide | side, | ||
clblasUplo | uplo, | ||
clblasTranspose | transA, | ||
clblasDiag | diag, | ||
size_t | M, | ||
size_t | N, | ||
cl_float | alpha, | ||
const cl_mem | A, | ||
size_t | offA, | ||
size_t | lda, | ||
cl_mem | B, | ||
size_t | offB, | ||
size_t | ldb, | ||
cl_uint | numCommandQueues, | ||
cl_command_queue * | commandQueues, | ||
cl_uint | numEventsInWaitList, | ||
const cl_event * | eventWaitList, | ||
cl_event * | events | ||
) |
Multiplying a matrix by a triangular matrix with float elements. Extended version.
Matrix-triangular matrix products:
where T is an upper or lower triangular matrix.
[in] | order | Row/column order. |
[in] | side | The side of triangular matrix. |
[in] | uplo | The triangle in matrix being referenced. |
[in] | transA | How matrix A is to be transposed. |
[in] | diag | Specify whether matrix is unit triangular. |
[in] | M | Number of rows in matrix B. |
[in] | N | Number of columns in matrix B. |
[in] | alpha | The factor of matrix A. |
[in] | A | Buffer object storing matrix A. |
[in] | offA | Offset of the first element of the matrix A in the buffer object. Counted in elements. |
[in] | lda | Leading dimension of matrix A. It cannot be less than M when the side parameter is set to clblasLeft, or less than N when it is set to clblasRight. |
[out] | B | Buffer object storing matrix B. |
[in] | offB | Offset of the first element of the matrix B in the buffer object. Counted in elements. |
[in] | ldb | Leading dimension of matrix B. It cannot be less than N when the order parameter is set to clblasRowMajor, or not less than M when it is set to clblasColumnMajor. |
[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 clblasZtrmm | ( | clblasOrder | order, |
clblasSide | side, | ||
clblasUplo | uplo, | ||
clblasTranspose | transA, | ||
clblasDiag | diag, | ||
size_t | M, | ||
size_t | N, | ||
DoubleComplex | alpha, | ||
const cl_mem | A, | ||
size_t | offA, | ||
size_t | lda, | ||
cl_mem | B, | ||
size_t | offB, | ||
size_t | ldb, | ||
cl_uint | numCommandQueues, | ||
cl_command_queue * | commandQueues, | ||
cl_uint | numEventsInWaitList, | ||
const cl_event * | eventWaitList, | ||
cl_event * | events | ||
) |
Multiplying a matrix by a triangular matrix with double complex elements. Extended version.
Matrix-triangular matrix products:
where T is an upper or lower triangular matrix.
[in] | order | Row/column order. |
[in] | side | The side of triangular matrix. |
[in] | uplo | The triangle in matrix being referenced. |
[in] | transA | How matrix A is to be transposed. |
[in] | diag | Specify whether matrix is unit triangular. |
[in] | M | Number of rows in matrix B. |
[in] | N | Number of columns in matrix B. |
[in] | alpha | The factor of matrix A. |
[in] | A | Buffer object storing matrix A. |
[in] | offA | Offset of the first element of the matrix A in the buffer object. Counted in elements. |
[in] | lda | Leading dimension of matrix A. For detailed description, see clblasStrmm(). |
[out] | B | Buffer object storing matrix B. |
[in] | offB | Offset of the first element of the matrix B in the buffer object. Counted in elements. |
[in] | ldb | Leading dimension of matrix B. For detailed description, see clblasStrmm(). |
[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. |