CEED/libCEED

deal.II Example - GPU handoff

Open

#1,925 opened on Feb 5, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)C (73 forks)github user discovery
deal.IIexamplesgood first issuehelp wanted

Repository metrics

Stars
 (257 stars)
PR merge metrics
 (Avg merge 8d 15h) (10 merged PRs in 30d)

Description

Currently, the deal.II example hands off memory in the host space, even when using Kokkos + a libCEED GPU backend. We should update the example to do the handoff with a GPU pointer.

Contributor guide