Home
last modified time | relevance | path

Searched defs:stream_type (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/device/impls/cupm/
H A Dcupmstream.hpp31 using stream_type = cupmStream_t; typedef in Petsc::device::cupm::CUPMStream
H A Dcupmcontext.hpp41 using stream_type = CUPMStream<T>; typedef in Petsc::device::cupm::impl::DeviceContext
/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp74 using stream_type = typename StreamBase<DefaultStream>::default_stream_type; typedef
304 using stream_type = StreamType; typedef in Petsc::memory::impl::MemoryBlock
693 using stream_type = StreamType; typedef in Petsc::memory::SegmentedMemoryPool
/petsc/include/petsc/private/
H A Ddeviceimpl.h444 PetscStreamType stream_type; in PetscDeviceContextSynchronizeIfWithBarrier_Internal() local