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 Indexing, Slicing, Joining, Mutating Ops #35

Merged
merged 6 commits into from
Jul 2, 2023

Commits on Jun 28, 2023

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

Commits on Jul 1, 2023

  1. Configuration menu
    Copy the full SHA
    26297ec View commit details
    Browse the repository at this point in the history
  2. Fix complement-property testing

    Apparently the complement-property testing was broken, which is useful to test
    if the tensor dtypes in tensor operations are narrowed just enough, but not too
    much.
    
    With this change the generator can generate all the DTypes (which is useful for
    complement-property testing) or filter them if you want to do just property testing
    davoclavo committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    27b102d View commit details
    Browse the repository at this point in the history
  3. Improve IndexingSlicingJoiningOps

    - Add documentation
    - Add tests
    - Improve some implementations to handle more scenarios
    davoclavo committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    42e2a2a View commit details
    Browse the repository at this point in the history
  4. Add more Tensor operations

    davoclavo committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    6e69cbd View commit details
    Browse the repository at this point in the history
  5. Add torch.argsort

    davoclavo committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    c1ff1e3 View commit details
    Browse the repository at this point in the history