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

PyTorch Softmax Ops #846

Merged
merged 51 commits into from
Jun 28, 2024
Merged

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    27e2526 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    629d00b View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. Configuration menu
    Copy the full SHA
    3eceb56 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3cde964 View commit details
    Browse the repository at this point in the history
  3. Fix Elemwise Ops

    HarshvirSandhu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    c003aa5 View commit details
    Browse the repository at this point in the history
  4. Fix Scalar Ops

    HarshvirSandhu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    8dc406e View commit details
    Browse the repository at this point in the history
  5. Fix ruff-format

    HarshvirSandhu committed May 17, 2024
    Configuration menu
    Copy the full SHA
    a8f6ddb View commit details
    Browse the repository at this point in the history

Commits on May 23, 2024

  1. Configuration menu
    Copy the full SHA
    9d535f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5600da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    54b6248 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19454b3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92d7114 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2024

  1. Configuration menu
    Copy the full SHA
    5aae0e5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c174dd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0977c3a View commit details
    Browse the repository at this point in the history
  4. Fix tests

    HarshvirSandhu committed May 29, 2024
    Configuration menu
    Copy the full SHA
    1c23825 View commit details
    Browse the repository at this point in the history

Commits on May 31, 2024

  1. Configuration menu
    Copy the full SHA
    c9195a8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b07805c View commit details
    Browse the repository at this point in the history

Commits on Jun 4, 2024

  1. Configuration menu
    Copy the full SHA
    9e8d3fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a2d3afa View commit details
    Browse the repository at this point in the history
  3. Remove IfElse

    HarshvirSandhu committed Jun 4, 2024
    Configuration menu
    Copy the full SHA
    a577a80 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. Remove dev notebook

    HarshvirSandhu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    499a174 View commit details
    Browse the repository at this point in the history
  2. Fix check and raise

    HarshvirSandhu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    2826613 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    62ffcec View commit details
    Browse the repository at this point in the history
  4. Fix DimShuffle

    HarshvirSandhu committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    acdbba1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2519c65 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. Configuration menu
    Copy the full SHA
    eb6d5c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f02a4f View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. Configuration menu
    Copy the full SHA
    caf2965 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf87eb9 View commit details
    Browse the repository at this point in the history
  3. Solve merge conflict

    HarshvirSandhu committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    2c27683 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c603c6b View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. Fix pytorch linker

    HarshvirSandhu committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    3f17107 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e850d8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e682fc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bf4cf92 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    899e7f9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    04d2935 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    8ec7661 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb7df41 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. Fix tests

    HarshvirSandhu committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0441cf2 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    85f2742 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2024

  1. Configuration menu
    Copy the full SHA
    4ca5aca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b9aca57 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    287d9c2 View commit details
    Browse the repository at this point in the history
  2. Implemented log softmax

    HAKSOAT committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    f42e2a0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2024

  1. Implemented softmaxgrad

    HAKSOAT committed Jun 25, 2024
    Configuration menu
    Copy the full SHA
    35b17e0 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2024

  1. Configuration menu
    Copy the full SHA
    5efc3c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. Configuration menu
    Copy the full SHA
    16e415a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ffbc594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4cdce0 View commit details
    Browse the repository at this point in the history