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

【Hackathon 5th No.34】为 Paddle 新增 bitwise_right_shift / bitwise_right_shift_ / bitwise_left_shift / bitwise_left_shift_ API -part #58092

Merged
merged 31 commits into from
Jan 10, 2024

Commits on Dec 25, 2023

  1. test

    cocoshe committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    813c09d View commit details
    Browse the repository at this point in the history
  2. fix

    cocoshe committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    42b3972 View commit details
    Browse the repository at this point in the history
  3. fix

    cocoshe committed Dec 25, 2023
    Configuration menu
    Copy the full SHA
    198d875 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2023

  1. test

    cocoshe committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    6ab394d View commit details
    Browse the repository at this point in the history
  2. update

    cocoshe committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    78d8fec View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … bitwise_shift_coco_dev
    cocoshe committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    5d627e1 View commit details
    Browse the repository at this point in the history
  4. update

    cocoshe committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    994d832 View commit details
    Browse the repository at this point in the history
  5. update

    cocoshe committed Dec 27, 2023
    Configuration menu
    Copy the full SHA
    7587891 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. test split op

    cocoshe committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    aac04c8 View commit details
    Browse the repository at this point in the history
  2. codestyle

    cocoshe committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    99aef13 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … bitwise_shift_coco_dev
    cocoshe committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    d1e942d View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. add register

    cocoshe committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    af86d96 View commit details
    Browse the repository at this point in the history
  2. split on win

    cocoshe committed Dec 29, 2023
    Configuration menu
    Copy the full SHA
    db05b52 View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2023

  1. test bigger shape

    cocoshe committed Dec 30, 2023
    Configuration menu
    Copy the full SHA
    126e5a5 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. add note

    cocoshe committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    f5f51b8 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'develop' of https://github.com/PaddlePaddle/Paddle into…

    … bitwise_shift_coco_dev
    cocoshe committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    0fd2774 View commit details
    Browse the repository at this point in the history
  3. fix

    cocoshe committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    d28481d View commit details
    Browse the repository at this point in the history
  4. Update bitwise_functors.h

    cocoshe authored Jan 2, 2024
    Configuration menu
    Copy the full SHA
    899d1ff View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. fix

    cocoshe committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    04c80b2 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2024

  1. Configuration menu
    Copy the full SHA
    98b392d View commit details
    Browse the repository at this point in the history
  2. fix doc

    cocoshe committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    60f0e92 View commit details
    Browse the repository at this point in the history
  3. fix doc

    cocoshe committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    3b1e7e4 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

  1. refactor

    cocoshe committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    d21eea0 View commit details
    Browse the repository at this point in the history
  2. enhence doc

    cocoshe committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    28e0e6a View commit details
    Browse the repository at this point in the history
  3. fix doc

    cocoshe committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    6214243 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2024

  1. Update python/paddle/tensor/math.py

    Co-authored-by: zachary sun <[email protected]>
    cocoshe and sunzhongkai588 authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    9d50a52 View commit details
    Browse the repository at this point in the history
  2. Update python/paddle/tensor/math.py

    Co-authored-by: zachary sun <[email protected]>
    cocoshe and sunzhongkai588 authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    c74106d View commit details
    Browse the repository at this point in the history
  3. Update python/paddle/tensor/math.py

    Co-authored-by: zachary sun <[email protected]>
    cocoshe and sunzhongkai588 authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    fb5ad3c View commit details
    Browse the repository at this point in the history
  4. Update python/paddle/tensor/math.py

    Co-authored-by: zachary sun <[email protected]>
    cocoshe and sunzhongkai588 authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    b4e8edd View commit details
    Browse the repository at this point in the history
  5. Update python/paddle/tensor/math.py

    Co-authored-by: zachary sun <[email protected]>
    cocoshe and sunzhongkai588 authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    0ecabc8 View commit details
    Browse the repository at this point in the history
  6. Update python/paddle/tensor/math.py

    Co-authored-by: zachary sun <[email protected]>
    cocoshe and sunzhongkai588 authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    809fb46 View commit details
    Browse the repository at this point in the history