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

Dev add bitwise_not op #9859

Merged
merged 26 commits into from
Feb 13, 2023
Merged

Dev add bitwise_not op #9859

merged 26 commits into from
Feb 13, 2023

Commits on Feb 7, 2023

  1. add bitwise add kernel

    marigoold committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c91039f View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. add bitwise or xor kernel

    marigoold committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6b9f567 View commit details
    Browse the repository at this point in the history
  2. add bitwise not

    marigoold committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    7da1687 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. add scalar ops

    marigoold committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    8cc122c View commit details
    Browse the repository at this point in the history
  2. support cuda

    marigoold committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    1c3ad4d View commit details
    Browse the repository at this point in the history
  3. add unittest

    marigoold committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    c968f12 View commit details
    Browse the repository at this point in the history
  4. add doc

    marigoold committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    c9d3140 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    283f524 View commit details
    Browse the repository at this point in the history
  6. add global test

    marigoold committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    ce8766a View commit details
    Browse the repository at this point in the history
  7. Update math_functor.cpp

    marigoold committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    368ee38 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    4279303 View commit details
    Browse the repository at this point in the history
  2. auto format by CI

    oneflow-ci-bot committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    9e1dc2e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2075f60 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. refine

    marigoold committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    3390f8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f4d06ba View commit details
    Browse the repository at this point in the history
  3. fix bug in global unittest

    marigoold committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    ac33b58 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f45c72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e384628 View commit details
    Browse the repository at this point in the history
  6. Update binary_functor.cpp

    marigoold committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a9d5b9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aa2c618 View commit details
    Browse the repository at this point in the history
  8. add global test

    marigoold committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    cb175f3 View commit details
    Browse the repository at this point in the history
  9. Update test_bitwise.py

    marigoold committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    f980244 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d6f873 View commit details
    Browse the repository at this point in the history
  11. auto format by CI

    oneflow-ci-bot committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    eab4752 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0c7d1d0 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    b1d7b36 View commit details
    Browse the repository at this point in the history