Lines Matching refs:delegate
27 1. Delegation - Developers may use {c:func}`CeedSetDelegate` to set a general delegate {ref}`Ceed` …
28 …This delegate {ref}`Ceed` will provide the implementation of any libCeed objects that parent backe…
31 2. Object delegation - Developers may use {c:func}`CeedSetObjectDelegate` to set a delegate {ref}`…
32 …This delegate {ref}`Ceed` will only provide the implementation of that specific libCeed object for…
46 As internal data layouts are specific to backend families, it is generally not possible to delegate…
54 The `/cpu/self/ref/blockend` and `/cpu/self/opt/*` backends delegate to the `/cpu/self/ref/serial` …
59 The `/cpu/self/avx/*` and `/cpu/self/xsmm/*` backends delegate to the corresponding `/cpu/self/opt/…
62 The `/cpu/self/memcheck/*` backends delegate to the `/cpu/self/ref/*` backends.
77 The `/gpu/*/shared` backends delegate to the corresponding `/gpu/*/ref` backends.
82 The `/gpu/*/gen` backends delegate to the corresponding `/gpu/*/shared` backends.
86 The `/gpu/*/magma` backends delegate to the corresponding `/gpu/cuda/ref` and `/gpu/hip/ref` backen…