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 defs of "fast_length" and "fast_normalize" #442

Merged

Commits on Jul 21, 2023

  1. Fix defs of "fast_length" and "fast_normalize"

    It appears that these function definitions were incorrectly
    transcribed from OpenCL.  In OpenCL, they rely on the half-precision
    versions of `sqrt` and `rsqrt`, not the overloads that take `half`
    types.
    
    Closes internal issue 656.
    gmlueck committed Jul 21, 2023
    Configuration menu
    Copy the full SHA
    a0a03c7 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Remove extra parens

    Co-authored-by: Ronan Keryell <ronan@keryell.fr>
    gmlueck and keryell authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    65b1294 View commit details
    Browse the repository at this point in the history
  2. Remove extra parens

    Co-authored-by: Ronan Keryell <ronan@keryell.fr>
    gmlueck and keryell authored Aug 21, 2023
    Configuration menu
    Copy the full SHA
    55214f3 View commit details
    Browse the repository at this point in the history
  3. Remove extra space

    gmlueck committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    6457d05 View commit details
    Browse the repository at this point in the history