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

[ATen][CUDA][AMP] Fix dtype mismatch in linalg_vector_norm #125175

Closed
wants to merge 7 commits into from

Commits on Apr 29, 2024

  1. fix dtype

    Aidyn-A committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    f6b60fa View commit details
    Browse the repository at this point in the history
  2. fix numerical mismatches

    Aidyn-A committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b823ae4 View commit details
    Browse the repository at this point in the history
  3. fix numerical mismatches 2

    Aidyn-A committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    735fc57 View commit details
    Browse the repository at this point in the history
  4. fix numerical mismatches 3

    Aidyn-A committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    b85bd16 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. add test

    Aidyn-A committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    f38a17f View commit details
    Browse the repository at this point in the history
  2. remove unnecessary copy

    Aidyn-A committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    13e8be7 View commit details
    Browse the repository at this point in the history
  3. rebase

    Aidyn-A committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    ce40913 View commit details
    Browse the repository at this point in the history