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

Replace sox conversion macros with Tensor op #1370

Merged
merged 5 commits into from
Mar 8, 2021
Merged

Commits on Mar 8, 2021

  1. Replace sox conversion macros with Tensor op

    Conversion from signed integer with left shift causes UB (negative left shift)
    mthrok committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    4ca5394 View commit details
    Browse the repository at this point in the history
  2. Use left-shift for constants

    mthrok committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    8e71263 View commit details
    Browse the repository at this point in the history
  3. Revert "Use left-shift for constants"

    This reverts commit 8e71263.
    mthrok committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    601dd1d View commit details
    Browse the repository at this point in the history
  4. Fix style

    mthrok committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    463fb8d View commit details
    Browse the repository at this point in the history
  5. Call contiguous before memcpy

    mthrok committed Mar 8, 2021
    Configuration menu
    Copy the full SHA
    1585203 View commit details
    Browse the repository at this point in the history