Home
last modified time | relevance | path

Searched refs:serialize (Results 1 – 2 of 2) sorted by relevance

/petsc/src/sys/objects/device/impls/
H A Dsegmentedmempool.hpp223 …im(const device::StreamBase<U> *stream, size_type req_size, bool *success, bool serialize) noexcept in claim() argument
226 if ((*success = can_claim(stream, req_size, serialize))) { in claim()
227 if (serialize && !stream_compat_(stream)) PetscCall(stream->wait_for_event(event_)); in claim()
247 …::can_claim(const device::StreamBase<U> *stream, size_type req_size, bool serialize) const noexcept in can_claim()
253 if (serialize) return true; in can_claim()
448 const auto try_find_open_chunk = [&](bool serialize = false) { in try_allocate_chunk() argument
451 PetscCall(chunk.claim(stream, req_size, success, serialize)); in try_allocate_chunk()
/petsc/share/petsc/datafiles/meshes/
H A Dtestcase3D.cas6889 (dynamesh/smooth/rbf/eval/serialize? #t)
6892 (dynamesh/smooth/rbf/serialize? #t)