You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After the merge of mfem/mfem#3922, we should be able to support single-precision (FP32) builds of Palace. This will require a lot of find-replace of double to mfem::real_t and updating the builds of MFEM, libCEED, and other dependencies appropriately.
Mixed-precision would be a bigger project, though potentially nice to have for linear solver preconditioning.
The text was updated successfully, but these errors were encountered:
After the merge of mfem/mfem#3922, we should be able to support single-precision (FP32) builds of Palace. This will require a lot of find-replace of
double
tomfem::real_t
and updating the builds of MFEM, libCEED, and other dependencies appropriately.Mixed-precision would be a bigger project, though potentially nice to have for linear solver preconditioning.
The text was updated successfully, but these errors were encountered: