Utility methods

FiniteElementContainers.to_backendMethod
to_backend(b::KernelAbstractions.Backend, x) -> Any

Move x onto the given KernelAbstractions backend. CPU is identity — CPU-built data already lives on the CPU backend. GPU backends (CUDABackend, ROCBackend) are provided by the CUDA / AMDGPU package extensions.

source