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

Fix measure type error on AMD GPU by passing type on loc function, and also fix broadcasting #150

Merged
merged 3 commits into from
Jul 29, 2024

Commits on Jul 23, 2024

  1. Measure fixed by passing type on loc. Also rewrote broadcasting opera…

    …tions which were failing on the LUMI AMDGPU. Need to check performance.
    b-fg committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    890cedd View commit details
    Browse the repository at this point in the history
  2. Fixed silly bug -.-

    b-fg committed Jul 23, 2024
    Configuration menu
    Copy the full SHA
    852dfdd View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2024

  1. Added a ForwardDiff test with body

    Finite differences SUCK!
    weymouth committed Jul 29, 2024
    Configuration menu
    Copy the full SHA
    27b3f51 View commit details
    Browse the repository at this point in the history