Lines Matching full:backends
182 …in turn, can represent one or more physical devices, as long as libCEED backends support such conf…
200 … is that it already includes all the finite element information, so the backends can operate on li…
202 The separation of the front- and backends enables applications to easily switch/try different backe…
207 [ceed-ref.c](https://github.com/CEED/libCEED/blob/main/backends/ref/ceed-ref.c).
262 This is used by backends that support Just-In-Time (JIT) compilation (i.e., CUDA and HIP) to compil…
263 For full support across all backends, these {ref}`CeedQFunction` source files must only contain con…
390 LibCEED is intended to be extensible via backends that are packaged with the library and packaged s…
391 Backends are registered by calling
393 ```{literalinclude} ../../../backends/ref/ceed-ref.c
405 We have less experience with external packaging of backends and do not presently guarantee source o…
406 We'd love to talk with you if you're interested in packaging backends externally, and will work wit…