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

Fix Tensor.to() #90

Merged
merged 5 commits into from
Feb 20, 2024
Merged

Fix Tensor.to() #90

merged 5 commits into from
Feb 20, 2024

Commits on Feb 19, 2024

  1. Configuration menu
    Copy the full SHA
    e3eb283 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    894f362 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23e5516 View commit details
    Browse the repository at this point in the history
  4. test(QLinear): add to(device) test

    SunMarc authored and dacorvo committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    f60f394 View commit details
    Browse the repository at this point in the history
  5. fix(qtensor): prevent shallow copies

    By overriding a native tensor method, we prevent torch from blindly assigning
    the content of a QTensor to another using Tensor.data.
    dacorvo committed Feb 19, 2024
    Configuration menu
    Copy the full SHA
    b640923 View commit details
    Browse the repository at this point in the history