Searched refs:uptr (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/vec/vec/impls/seq/cupm/ |
| H A D | vecseqcupm_impl.hpp | 1870 const auto uptr = thrust::device_pointer_cast(uarr.data()); in ErrorWnorm() local 1881 thrust::make_tuple(uptr, yptr, eptr, ait, rit), in ErrorWnorm() 1882 thrust::make_tuple(uptr + nl, yptr + nl, eptr + nl, ait, rit), in ErrorWnorm() 1891 thrust::make_tuple(uptr, yptr, ait, rit), in ErrorWnorm() 1892 thrust::make_tuple(uptr + nl, yptr + nl, ait, rit), in ErrorWnorm() 1903 thrust::make_tuple(uptr, yptr, eptr, ait, rptr), in ErrorWnorm() 1904 thrust::make_tuple(uptr + nl, yptr + nl, eptr + nl, ait, rptr + nl), in ErrorWnorm() 1913 thrust::make_tuple(uptr, yptr, ait, rptr), in ErrorWnorm() 1914 thrust::make_tuple(uptr + nl, yptr + nl, ait, rptr + nl), in ErrorWnorm() 1925 thrust::make_tuple(uptr, yptr, eptr, aptr, rit), in ErrorWnorm() [all …]
|