Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/cuda_impl/
Dcublas_utils.cc38 const int ldc = n; in CublasMM1Batch() local
60 const int ldc = n; in CublasMMBatched() local
82 const int ldc = lds[2]; in CublasGemmWrapper() local
105 const int ldc = lds[2]; in CublasGemmStridedBatchedWrapper() local
135 const int ldc = lds[2]; in CublasLtGemmWrapper() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/cuda_impl/cuda_public/
Dcusolver.cc22 int k, float *A, int lda, float *tau, float *C, int ldc, int *lwork) { in ormqr_buffersize()
29 … int k, double *A, int lda, double *tau, double *C, int ldc, int *lwork) { in ormqr_buffersize()
37 … utils::Complex<float> *tau, utils::Complex<float> *C, int ldc, in ormqr_buffersize()
47 … utils::Complex<double> *tau, utils::Complex<double> *C, int ldc, in ormqr_buffersize()
57 … float *A, int lda, float *tau, float *C, int ldc, float *work, int lwork, int *dev_info) { in ormqr()
64 … double *A, int lda, double *tau, double *C, int ldc, double *work, int lwork, int *dev_info) { in ormqr()
72 … utils::Complex<float> *C, int ldc, utils::Complex<float> *work, int lwork, in ormqr()
83 … utils::Complex<double> *C, int ldc, utils::Complex<double> *work, int lwork, in ormqr()
Dcusolver.h29 Dtype *A, int lda, Dtype *tau, Dtype *C, int ldc, int *lwork) { in ormqr_buffersize()
50 int lda, Dtype *tau, Dtype *C, int ldc, Dtype *work, int lwork, int *dev_info) { in ormqr()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/gpu/kernel/math/
Dormqr_gpu_kernel.cc85 int64_t ldc = m_ > 1 ? m_ : 1; in RunOrmqr() local
Dmatmul_gpu_kernel.cc158 const int ldc = n_; in LaunchKernel() local
Dupdate_thor_gradient.h86 const int ldc = SizeToInt(gradient_size.ori_w + gradient_size.pad_w); in Launch() 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) {
/third_party/mesa3d/src/freedreno/ir3/
Dir3_compiler_nir.c1166 struct ir3_instruction *ldc = ir3_LDC(b, idx, 0, offset, 0); in emit_intrinsic_load_ubo_ldc() local
1199 struct ir3_instruction *ldc = ir3_LDC_K(b, idx, 0, offset, 0); in emit_intrinsic_copy_ubo_to_uniform() local
3430 struct ir3_instruction *ldc = ir3_LDC(b, idx, 0, offset, 0); in emit_intrinsic() local