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.1】 为 Paddle 新增 copysign API -part #57785

Merged
merged 73 commits into from
Jan 11, 2024
Merged

【Hackathon 5th No.1】 为 Paddle 新增 copysign API -part #57785

merged 73 commits into from
Jan 11, 2024

Commits on Sep 26, 2023

  1. add copysign op

    cocoshe committed Sep 26, 2023
    Configuration menu
    Copy the full SHA
    9e4cbf6 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2023

  1. fix codestyle

    cocoshe committed Oct 19, 2023
    Configuration menu
    Copy the full SHA
    8396602 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. fix conflict

    cocoshe committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f4cd7f1 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. codestyle

    cocoshe committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    390b2d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2023

  1. fix test

    cocoshe committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    0413912 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9aa2850 View commit details
    Browse the repository at this point in the history
  3. fix std bug

    cocoshe committed Nov 16, 2023
    Configuration menu
    Copy the full SHA
    b923632 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ed681d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    03d75c6 View commit details
    Browse the repository at this point in the history
  2. merge init

    cocoshe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    3ae286f View commit details
    Browse the repository at this point in the history
  3. merge init

    cocoshe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    a3dfdbe View commit details
    Browse the repository at this point in the history
  4. merge init

    cocoshe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    dbaefa3 View commit details
    Browse the repository at this point in the history
  5. add static cast

    cocoshe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    b02ca12 View commit details
    Browse the repository at this point in the history
  6. add std

    cocoshe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ccadeb3 View commit details
    Browse the repository at this point in the history
  7. static cast

    cocoshe committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    6b785c2 View commit details
    Browse the repository at this point in the history
  8. static cast

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

Commits on Dec 2, 2023

  1. copysignf

    cocoshe committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    bdc577b View commit details
    Browse the repository at this point in the history
  2. static cast to float input

    cocoshe committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    c244d4b View commit details
    Browse the repository at this point in the history
  3. float input

    cocoshe committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    2e57ad2 View commit details
    Browse the repository at this point in the history
  4. static cast to double input

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

    cocoshe committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    dd12864 View commit details
    Browse the repository at this point in the history
  6. add inplace test

    cocoshe committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    1477a0f View commit details
    Browse the repository at this point in the history
  7. fix api

    cocoshe committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    065df10 View commit details
    Browse the repository at this point in the history
  8. fix cast when grad

    cocoshe committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    41ef0e7 View commit details
    Browse the repository at this point in the history
  9. modify paddle.cast_ to cast_

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

Commits on Dec 5, 2023

  1. remove cast in python api

    cocoshe committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    5bcf730 View commit details
    Browse the repository at this point in the history
  2. support fp16 && bf16

    cocoshe committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    a16666e View commit details
    Browse the repository at this point in the history
  3. set grad y to zero

    cocoshe committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    2599b12 View commit details
    Browse the repository at this point in the history
  4. fix en doc

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

Commits on Dec 9, 2023

  1. support number input

    cocoshe committed Dec 9, 2023
    Configuration menu
    Copy the full SHA
    df3897c View commit details
    Browse the repository at this point in the history
  2. add hostdevice

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

Commits on Dec 11, 2023

  1. refactor kernel

    cocoshe committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    72e6b0a View commit details
    Browse the repository at this point in the history
  2. fix nan when backward

    cocoshe committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    a24a00d View commit details
    Browse the repository at this point in the history
  3. add broadcast unit test

    cocoshe committed Dec 11, 2023
    Configuration menu
    Copy the full SHA
    349ebac View commit details
    Browse the repository at this point in the history
  4. modify .cu

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

Commits on Dec 12, 2023

  1. Configuration menu
    Copy the full SHA
    d65e19a View commit details
    Browse the repository at this point in the history
  2. Update __init__.py

    cocoshe authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    1cc02ca View commit details
    Browse the repository at this point in the history
  3. Update __init__.py

    cocoshe authored Dec 12, 2023
    Configuration menu
    Copy the full SHA
    e567e18 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Configuration menu
    Copy the full SHA
    f692f51 View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2023

  1. Configuration menu
    Copy the full SHA
    2d9e4f0 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. for ci test

    cocoshe committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    73e1883 View commit details
    Browse the repository at this point in the history
  2. static float

    cocoshe committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    56cecf4 View commit details
    Browse the repository at this point in the history
  3. codestyle

    cocoshe committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    c718f5a View commit details
    Browse the repository at this point in the history
  4. static double

    cocoshe committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    a81f9cb View commit details
    Browse the repository at this point in the history
  5. fix broadcast, try coverage

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

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    3927283 View commit details
    Browse the repository at this point in the history
  2. remove unused

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

Commits on Dec 22, 2023

  1. Update math.py

    cocoshe authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    0a587ae View commit details
    Browse the repository at this point in the history
  2. Update math.py

    cocoshe authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    1b4199d View commit details
    Browse the repository at this point in the history
  3. fix en doc

    cocoshe authored Dec 22, 2023
    Configuration menu
    Copy the full SHA
    2d69b81 View commit details
    Browse the repository at this point in the history

Commits on Dec 25, 2023

  1. Configuration menu
    Copy the full SHA
    04f7ca5 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. update

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

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

Commits on Jan 3, 2024

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

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

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

Commits on Jan 5, 2024

  1. add cast for input

    cocoshe committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    147c310 View commit details
    Browse the repository at this point in the history
  2. fix

    cocoshe committed Jan 5, 2024
    Configuration menu
    Copy the full SHA
    c32ee61 View commit details
    Browse the repository at this point in the history
  3. add pir test

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

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

Commits on Jan 6, 2024

  1. fix doc

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

Commits on Jan 7, 2024

  1. fix doc

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

Commits on Jan 8, 2024

  1. detail doc

    cocoshe committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    110b472 View commit details
    Browse the repository at this point in the history
  2. adjust for MSVC

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

    cocoshe committed Jan 8, 2024
    Configuration menu
    Copy the full SHA
    e1f8f49 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 <70642955+sunzhongkai588@users.noreply.github.com>
    cocoshe and sunzhongkai588 authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6327baa View commit details
    Browse the repository at this point in the history
  2. Update python/paddle/tensor/math.py

    Co-authored-by: zachary sun <70642955+sunzhongkai588@users.noreply.github.com>
    cocoshe and sunzhongkai588 authored Jan 9, 2024
    Configuration menu
    Copy the full SHA
    baed47b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    59df646 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2024

  1. Configuration menu
    Copy the full SHA
    731a965 View commit details
    Browse the repository at this point in the history
  2. codestyle

    cocoshe committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    984f25b View commit details
    Browse the repository at this point in the history
  3. codestyle

    cocoshe committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    1e8c37e View commit details
    Browse the repository at this point in the history
  4. Update math.py

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