Home
last modified time | relevance | path

Searched refs:n_new (Results 1 – 4 of 4) sorted by relevance

/petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/cupm/
H A Dblas_cyclic_cupm_impl.hpp182 cupmBlasInt_t n, n_old, n_new; in trsv() local
195 PetscCall(PetscCUPMBlasIntCast(i_next, &n_new)); in trsv()
204 …if (n_new > 0) PetscCallCUPMBLAS(cupmBlasXtrsv(handle, CUPMBLAS_FILL_MODE_UPPER, CUPMBLAS_OP_N, CU… in trsv()
205 …if (n_new > 0 && n_old > 0) PetscCallCUPMBLAS(cupmBlasXgemv(handle, CUPMBLAS_OP_N, n_old, n_new, &… in trsv()
209 …if (n_new > 0 && n_old > 0) PetscCallCUPMBLAS(cupmBlasXgemv(handle, CUPMBLAS_OP_C, n_old, n_new, &… in trsv()
210 …if (n_new > 0) PetscCallCUPMBLAS(cupmBlasXtrsv(handle, CUPMBLAS_FILL_MODE_UPPER, CUPMBLAS_OP_C, CU… in trsv()
225 cupmBlasInt_t n, n_old, n_new; in hemv() local
240 PetscCall(PetscCUPMBlasIntCast(i_next, &n_new)); in hemv()
248 …if (n_new > 0) PetscCallCUPMBLAS(cupmBlasXhemv(handle, CUPMBLAS_FILL_MODE_UPPER, n_new, calpha, A_… in hemv()
250 if (n_new > 0 && n_old > 0) { in hemv()
[all …]
/petsc/src/ksp/ksp/utils/lmvm/dense/cd_cupm/
H A Dcd_cupm.cxx51 cupmBlasInt_t n_old, n_new; in SolveInPlaceCyclic() local
62 PetscCall(PetscCUPMBlasIntCast(next_index, &n_new)); in SolveInPlaceCyclic()
68 …if (n_new > 0) PetscCallCUPMBLAS(cupmBlasXtrsv(handle, CUPMBLAS_FILL_MODE_UPPER, CUPMBLAS_OP_N, CU… in SolveInPlaceCyclic()
69 …if (n_new > 0 && n_old > 0) PetscCallCUPMBLAS(cupmBlasXgemv(handle, CUPMBLAS_OP_N, n_old, n_new, &… in SolveInPlaceCyclic()
73 …if (n_new > 0 && n_old > 0) PetscCallCUPMBLAS(cupmBlasXgemv(handle, CUPMBLAS_OP_C, n_old, n_new, &… in SolveInPlaceCyclic()
74 …if (n_new > 0) PetscCallCUPMBLAS(cupmBlasXtrsv(handle, CUPMBLAS_FILL_MODE_UPPER, CUPMBLAS_OP_C, CU… in SolveInPlaceCyclic()
/petsc/src/ksp/ksp/utils/lmvm/dense/
H A Dcd_utils.c113 PetscBLASInt n_old, n_new, lda_blas, one = 1; in MatUpperTriangularSolveInPlace_Internal() local
117 PetscCall(PetscBLASIntCast(next_index, &n_new)); in MatUpperTriangularSolveInPlace_Internal()
120 …if (n_new > 0) PetscCallBLAS("BLAStrsv", BLAStrsv_("U", "N", "NotUnitTriangular", &n_new, A, &lda_… in MatUpperTriangularSolveInPlace_Internal()
121 …if (n_new > 0 && n_old > 0) PetscCallBLAS("BLASgemv", BLASgemv_("N", &n_old, &n_new, &minus_one, &… in MatUpperTriangularSolveInPlace_Internal()
126 …if (n_new > 0 && n_old > 0) PetscCallBLAS("BLASgemv", BLASgemv_("C", &n_old, &n_new, &minus_one, &… in MatUpperTriangularSolveInPlace_Internal()
128 …if (n_new > 0) PetscCallBLAS("BLAStrsv", BLAStrsv_("U", "C", "NotUnitTriangular", &n_new, A, &lda_… in MatUpperTriangularSolveInPlace_Internal()
/petsc/src/dm/impls/swarm/
H A Ddata_ex.c272 …mm comm, PetscMPIInt n, const PetscMPIInt proc_neighbours[], PetscMPIInt *n_new, PetscMPIInt **pro… in DMSwarmDataExCompleteCommunicationMap_Private() argument
315 if ((n_new != NULL) && (proc_neighbours_new != NULL)) { in DMSwarmDataExCompleteCommunicationMap_Private()
321 *n_new = _n_new; in DMSwarmDataExCompleteCommunicationMap_Private()