Skip to content

v0.13 #1712

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

v0.13 #1712

wants to merge 1 commit into from

Conversation

jeremylt
Copy link
Member

@jeremylt jeremylt commented Dec 2, 2024

Blocked by #1788
Blocked by #1711
Blocked by #1653

Draft release notes:

New features

  • Add CeedOperatorCreateAtPoints which evaluates the CeedQFunction at arbitrary locations in each element, for use in Particle in Cell, Material Point Method, and similar methods.
  • Add CeedElemRestrictionGetLLayout to provide L-vector layout for strided CeedElemRestriction created with CEED_BACKEND_STRIDES.
  • Add CeedVectorReturnCeed and similar when parent Ceed context for a libCEED object is only needed once in a calling scope.
  • Enable #pragma once for all JiT source; remove duplicate includes in JiT source string before compilation.
  • Allow user to set additional compiler options for CUDA and HIP JiT.
    Specifically, directories set with CeedAddJitSourceRoot(ceed, "foo/bar") will be used to set -Ifoo/bar and defines set with CeedAddJitDefine(ceed, "foo=bar") will be used to set -Dfoo=bar.
  • Added non-tensor basis support to code generation backends /gpu/cuda/gen and /gpu/hip/gen.
  • Added support to code generation backends /gpu/cuda/gen and /gpu/hip/gen for operators with both tensor and non-tensor bases.

Interface changes

  • Add bool field type for CeedQFunctionContext and related interfaces to use bool fields.
  • CEED_BASIS_COLLOCATED removed; users should only use CEED_BASIS_NONE.
  • Remove unneeded pointer for CeedElemRestrictionGetELayout.
  • Change QFunction source include file handling in JiT compilers
    • Add CEED_RUNNING_JIT_PASS compiler definition for wrapping header files that device JiT compilers cannot read
    • Users should now prefer #include <ceed/types.h> rather than #include <ceed.h> in QFunction source files
  • Require use of Ceed*Destroy() on Ceed objects returned from Ceed*Get*().

@jeremylt jeremylt self-assigned this Dec 2, 2024
@jeremylt jeremylt force-pushed the jeremy/v13.0 branch 2 times, most recently from 418dcc0 to f3d7305 Compare January 13, 2025 23:23
@jeremylt jeremylt force-pushed the jeremy/v13.0 branch 2 times, most recently from 6ed9618 to f20d356 Compare February 28, 2025 23:50
@jeremylt jeremylt added this to the v0.13 milestone Mar 19, 2025
@jeremylt jeremylt force-pushed the jeremy/v13.0 branch 5 times, most recently from 4139845 to 48cbcd2 Compare March 26, 2025 21:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant