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

Add Tensor::unfold, ops::topk_last_dim #2375

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Commits on Jul 31, 2024

  1. Add topk

    EricLBuehler committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    99c8224 View commit details
    Browse the repository at this point in the history
  2. Add a test for topk

    EricLBuehler committed Jul 31, 2024
    Configuration menu
    Copy the full SHA
    95325d4 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2024

  1. Add unfold

    EricLBuehler committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    28ea4e5 View commit details
    Browse the repository at this point in the history
  2. Add the bitwise kernel

    EricLBuehler committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    8d4e98f View commit details
    Browse the repository at this point in the history
  3. Add bitwise op

    EricLBuehler committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    13fa200 View commit details
    Browse the repository at this point in the history
  4. Clippy

    EricLBuehler committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    19202e0 View commit details
    Browse the repository at this point in the history