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 torch.tensor.masked_select #28780

Merged
merged 6 commits into from
Jul 1, 2024

Commits on Jun 29, 2024

  1. added torch frontend tensor.masked_select

    Jin Wang committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    c8b2e0a View commit details
    Browse the repository at this point in the history
  2. added test for torch frontend tensor.masked_select

    Jin Wang committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    109288d View commit details
    Browse the repository at this point in the history
  3. fix the torch.tensor.cholesky function that has wrong supported dtype…

    …s tags
    Jin Wang committed Jun 29, 2024
    Configuration menu
    Copy the full SHA
    3ecb490 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2024

  1. Update tensor.py

    Daniel4078 committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    4eb1d2e View commit details
    Browse the repository at this point in the history
  2. added a supported dtype to cholesky in tensor and linalg, fixed the t…

    …est to properly produce symmetric positive definite input
    Jin Wang committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    c27fda5 View commit details
    Browse the repository at this point in the history
  3. Merge remote-tracking branch 'origin/torch.Tensor.masked_select' into…

    … torch.Tensor.masked_select
    Jin Wang committed Jun 30, 2024
    Configuration menu
    Copy the full SHA
    10f4560 View commit details
    Browse the repository at this point in the history