| /third_party/mindspore/mindspore-src/source/mindspore/lite/src/extendrt/delegate/tensorrt/cuda_impl/ |
| D | cublas_utils.cc | 38 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/ |
| D | cusolver.cc | 22 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()
|
| D | cusolver.h | 29 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/ |
| D | ormqr_gpu_kernel.cc | 85 int64_t ldc = m_ > 1 ? m_ : 1; in RunOrmqr() local
|
| D | matmul_gpu_kernel.cc | 158 const int ldc = n_; in LaunchKernel() local
|
| D | update_thor_gradient.h | 86 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/ |
| D | gemm_fp16.c | 339 …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/ |
| D | gemm.c | 777 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/ |
| D | ir3_compiler_nir.c | 1166 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
|