Skip to content
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

google_aec: Sparse fixups #9265

Merged
merged 1 commit into from
Jul 4, 2024
Merged

Commits on Jun 26, 2024

  1. google_aec: Sparse fixups

    Commit 0eb34db ("google_aec: Don't allocate giant blobs on the
    heap") dropped some sparse annotations and exposed warnings with
    dealing with the cached temporary buffers handed to the AEC code.
    
    Unfortunately the underlying API isn't sparse-aware, so rather than go
    through the trouble to keep the tags consistent through the new
    conversion API (which is a little non-trivial syntactically) just to
    throw it away on entry to the library, force it off at conversion time
    for simplicity.  Essentially now it's checking that all computation in
    this module is "uncached", which is fine as long as we don't try to
    mix conventions.
    
    Signed-off-by: Andy Ross <andyross@google.com>
    andyross committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    cf6b046 View commit details
    Browse the repository at this point in the history