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

getNeighborPairs compute the displacement vector #61

Merged
merged 10 commits into from
Jul 21, 2022

Commits on Jul 7, 2022

  1. Update the function signature

    Raimondas Galvelis committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    11111f4 View commit details
    Browse the repository at this point in the history
  2. Update the tests

    Raimondas Galvelis committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    3bcff49 View commit details
    Browse the repository at this point in the history
  3. Impement the forward pass of CPU

    Raimondas Galvelis committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    c71638f View commit details
    Browse the repository at this point in the history
  4. Update the doctests

    Raimondas Galvelis committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    e77bc39 View commit details
    Browse the repository at this point in the history
  5. Fix the forward pass of CUDA

    Raimondas Galvelis committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    3a47bf4 View commit details
    Browse the repository at this point in the history
  6. Update the documentation

    Raimondas Galvelis committed Jul 7, 2022
    Configuration menu
    Copy the full SHA
    73b8bc0 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2022

  1. Fix an autograd loop in CPU

    Raimondas Galvelis committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    c48fb0b View commit details
    Browse the repository at this point in the history
  2. Add gradient tests

    Raimondas Galvelis committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    40de6ae View commit details
    Browse the repository at this point in the history
  3. Implement the backward pass of CUDA

    Raimondas Galvelis committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    6db51a1 View commit details
    Browse the repository at this point in the history
  4. Tune the test tolerances

    Raimondas Galvelis committed Jul 8, 2022
    Configuration menu
    Copy the full SHA
    32eeae5 View commit details
    Browse the repository at this point in the history