Searched refs:PointwiseMaxAsync (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm.hpp | 85 static PetscErrorCode PointwiseMaxAsync(Vec, Vec, Vec, PetscDeviceContext) noexcept;
|
| H A D | vecseqcupm_impl.hpp | 101 …poseFunction(PetscObjectCast(v), VecAsyncFnName(PointwiseMax), VecSeq_CUPM<T>::PointwiseMaxAsync)); in InitializeAsyncFunctions() 591 inline PetscErrorCode VecSeq_CUPM<T>::PointwiseMaxAsync(Vec wout, Vec xin, Vec yin, PetscDeviceCont… in PointwiseMaxAsync() function in Petsc::vec::cupm::impl::VecSeq_CUPM 603 PetscCall(PointwiseMaxAsync(wout, xin, yin, nullptr)); in PointwiseMax()
|