Home
last modified time | relevance | path

Searched defs:ldb (Results 1 – 9 of 9) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/math/
Dmatrix_triangular_solve_gpu_kernel.cc38 int ldb) { in Trsm()
43 double *B, int ldb) { in Trsm()
48 Complex<float> *B, int ldb) { in Trsm()
54 Complex<double> *B, int ldb) { in Trsm()
61 … const float *const A[], int lda, float *B[], int ldb, int batch_size) { in TrsmBatched()
66 … const double *const A[], int lda, double *B[], int ldb, int batch_size) { in TrsmBatched()
71 … Complex<float> *A[], int lda, Complex<float> *B[], int ldb, int batch_size) { in TrsmBatched()
77 … Complex<double> *A[], int lda, Complex<double> *B[], int ldb, int batch_size) { in TrsmBatched()
Dcholesky_solve_gpu_kernel.h43 const float *A, int lda, float *B, int ldb) { in cublasXtrsm()
48 const double *A, int lda, double *B, int ldb) { in cublasXtrsm()
53 … const float *alpha, const float *const A[], int lda, float *const B[], int ldb, in cublasXtrsmBatched()
60 int ldb, int batchCount) { in cublasXtrsmBatched()
Dmatmul_gpu_kernel.cc157 const int ldb = (transpose_x2_ != CUBLAS_OP_N) ? SizeToInt(k_) : SizeToInt(n_); in LaunchKernel() local
Dupdate_thor_gradient.h85 const int ldb = SizeToInt(gradient_size.ori_w + gradient_size.pad_w); in Launch() local
Deinsum_helper.h215 const int ldb = (transpose_x2_ == CUBLAS_OP_T) ? SizeToInt(k) : SizeToInt(n); in Bmm() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_ops/
Dtriangle_matrix_copy_impl.cu21 const size_t count, const size_t ldb, const size_t m) { in TriangleMatrixCopyKernel()
55 const size_t ldb, const size_t m, cudaStream_t cuda_stream) { in TriangleMatrixCopy()
/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/cuda_impl/
Dcublas_utils.cc37 const int ldb = (trans_b == CUBLAS_OP_N) ? n : k; in CublasMM1Batch() local
59 const int ldb = (trans_b == CUBLAS_OP_N) ? n : k; in CublasMMBatched() local
81 const int ldb = lds[1]; in CublasGemmWrapper() local
104 const int ldb = lds[1]; in CublasGemmStridedBatchedWrapper() local
134 const int ldb = lds[1]; in CublasLtGemmWrapper() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp16_grad/
Dgemm_fp16.c339 …const float16_t *mat_b, int ldb, float16_t beta, float16_t *mat_c, int ldc, float16_t *workspace) { in GemmMatmulFp16()
349 const float16_t *mat_b, int ldb, float16_t beta, float16_t *mat_c, int ldc, in GemmMatmulPlusFp16()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32_grad/
Dgemm.c777 int ldb, float beta, float *mat_c, int ldc, float *workspace) {
789 int ldb, float beta, float *mat_c, int ldc, float *workspace, GemmCb *gcb) {