Natalie Beams

Results 4 issues of Natalie Beams

In this branch, I have attempted to start collecting the result of many discussions, particularly with @jeremylt and @jedbrown, about expanding CeedVectors to be able to contain multiple precisions. This...

design
interface
GPU
CPU
0-WIP

This issue is for discussions related to adding mixed precision capabilities to libCEED, including: - Which user-facing functions should have mixed precision capability? - How should the libCEED interface support...

enhancement
design
interface

This issue is to continue the discussion raised in #642, regarding a framework that would allow users to explicitly set parameters related to GPU kernel launch configurations at runtime. @jedbrown...

enhancement
interface
GPU

Ginkgo recently changed to require C++17 (https://github.com/ginkgo-project/ginkgo/pull/1603). This PR would set the C++ standard to 17 if `MFEM_USE_GINKGO` is true. To start, I went with the simplest option, which is...

building
in-review