Searched refs:y_stride_ (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/ksp/ksp/utils/lmvm/blas_cyclic/cupm/ |
| H A D | blas_cyclic_cupm_impl.hpp | 53 cupmBlasInt_t m, i_oldest, i_next, y_stride_; in axpby() local 62 PetscCall(PetscCUPMBlasIntCast(y_stride, &y_stride_)); in axpby() 68 PetscCall(axpby_dispatch(handle, m, alpha, x, beta, y, y_stride_)); in axpby() 72 …cCall(axpby_dispatch(handle, diff, alpha, &x[i_oldest], beta, &y[i_oldest * y_stride], y_stride_)); in axpby() 76 if (i_next) PetscCall(axpby_dispatch(handle, i_next, alpha, x, beta, y, y_stride_)); in axpby() 77 …cCall(axpby_dispatch(handle, diff, alpha, &x[i_oldest], beta, &y[i_oldest * y_stride], y_stride_)); in axpby()
|