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

Clarify Acquire/Release behavior for external memory #1176

Merged
merged 4 commits into from
Jul 16, 2024

Commits on May 21, 2024

  1. Clarify Acquire/Release behavior for external memory

    Clarify Acquire/Release behavior for external memory specs
    to call out the scope of operations as well as
    the behavior in case of multiple acquire/release calls.
    
    Fixes #1078, #1086
    nikhiljnv committed May 21, 2024
    Configuration menu
    Copy the full SHA
    7304cf6 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Updates to Acquire/Release clarifications (#1183)

    Address review comments on PR#1176
    
    Fixes #1078, #1086
    nikhiljnv authored Jun 18, 2024
    Configuration menu
    Copy the full SHA
    525e019 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Address left-over comments (#1194)

    Address some of the comments that were
    left out in earlier update.
    nikhiljnv authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    73c8a01 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2024

  1. Fix the typo for "acquired"

    Fix the typo suggested by Kevin to replace aquired to acquired.
    
    Co-authored-by: Kévin Petit <kevin.petit@arm.com>
    nikhiljnv and kpet authored Jul 16, 2024
    Configuration menu
    Copy the full SHA
    0cff9b2 View commit details
    Browse the repository at this point in the history