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

Frozen parameters in parameter cache #116

Merged
merged 3 commits into from
Jun 25, 2024
Merged

Frozen parameters in parameter cache #116

merged 3 commits into from
Jun 25, 2024

Commits on Jun 25, 2024

  1. fix: parameter cache frozen with dual numbers

    There was a bug where using dual numbers with a different chunk size
    would ruin the alignment of the temporary buffer, which means all the
    frozen values we had baked into the array were being read out with a
    different stride.
    
    Fix is to use the mask to update the frozen and free parameter together,
    so that the values are always correct no matter the chunk size.
    fjebaker committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    aafcefd View commit details
    Browse the repository at this point in the history
  2. chore: bump version 0.5.9

    fjebaker committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    f102725 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    96a02c0 View commit details
    Browse the repository at this point in the history