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 3rd No.22 ] add paddle.incubate.sparse.reshape #46694

Commits on Sep 20, 2022

  1. add sparse reshape

    OccupyMars2025 committed Sep 20, 2022
    Copy the full SHA
    b2d2ea5 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2022

  1. Copy the full SHA
    5277531 View commit details
    Browse the repository at this point in the history
  2. just one test case

    OccupyMars2025 committed Sep 21, 2022
    Copy the full SHA
    ab3e871 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2022

  1. modify comments

    OccupyMars2025 committed Sep 22, 2022
    Copy the full SHA
    a8a4960 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'PaddlePaddle:develop' into hackathon-3rd-task22-add-pad…

    …dle.incubate.sparse.reshape-version002
    OccupyMars2025 committed Sep 22, 2022
    Copy the full SHA
    8eb27b8 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    234122f View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. Copy the full SHA
    64f98b0 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    0f4660d View commit details
    Browse the repository at this point in the history
  3. print sp_out

    OccupyMars2025 committed Sep 23, 2022
    Copy the full SHA
    4761494 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    aa72cc7 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'PaddlePaddle:develop' into hackathon-3rd-task22-add-pad…

    …dle.incubate.sparse.reshape-version002
    OccupyMars2025 committed Sep 23, 2022
    Copy the full SHA
    c957c8d View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    fb434fd View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    281a3d4 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    64a3503 View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2022

  1. Copy the full SHA
    84f51db View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    90bfea3 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. Merge branch 'PaddlePaddle:develop' into hackathon-3rd-task22-add-pad…

    …dle.incubate.sparse.reshape-version002
    OccupyMars2025 committed Sep 29, 2022
    Copy the full SHA
    7e80110 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'PaddlePaddle:develop' into hackathon-3rd-task22-add-pad…

    …dle.incubate.sparse.reshape-version002
    OccupyMars2025 committed Sep 29, 2022
    Copy the full SHA
    8ad2f55 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    21d3538 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    687778a View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    11ee8c3 View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    de6d903 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'PaddlePaddle:develop' into hackathon-3rd-task22-add-pad…

    …dle.incubate.sparse.reshape-version002
    OccupyMars2025 committed Sep 29, 2022
    Copy the full SHA
    497e27a View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2022

  1. Copy the full SHA
    8b09f24 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    4420f4f View commit details
    Browse the repository at this point in the history
  3. Merge branch 'hackathon-3rd-task22-add-paddle.incubate.sparse.reshape…

    …-version002' of https://github.com/OccupyMars2025/Paddle into hackathon-3rd-task22-add-paddle.incubate.sparse.reshape-version002
    OccupyMars2025 committed Oct 1, 2022
    Copy the full SHA
    953b88e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    d74bda9 View commit details
    Browse the repository at this point in the history
  5. Update __init__.py

    OccupyMars2025 committed Oct 1, 2022
    Copy the full SHA
    17ec7c3 View commit details
    Browse the repository at this point in the history
  6. rebuild

    OccupyMars2025 committed Oct 1, 2022
    Copy the full SHA
    ca08918 View commit details
    Browse the repository at this point in the history
  7. retrigger CI

    OccupyMars2025 committed Oct 1, 2022
    Copy the full SHA
    cdd78a1 View commit details
    Browse the repository at this point in the history
  8. add cudaMalloc and cudaMemcpy in ReshapeCooKernel and change back to …

    …row major order in a cuda dense tensor
    OccupyMars2025 committed Oct 1, 2022
    Copy the full SHA
    471c648 View commit details
    Browse the repository at this point in the history
  9. midify minor error

    OccupyMars2025 committed Oct 1, 2022
    Copy the full SHA
    5f33291 View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2022

  1. Copy the full SHA
    f1a9d9b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    6aa3061 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    499b78a View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    2e91335 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2022

  1. just retrigger CI

    OccupyMars2025 committed Oct 3, 2022
    Copy the full SHA
    cc21e67 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

  1. Merge branch 'PaddlePaddle:develop' into hackathon-3rd-task22-add-pad…

    …dle.incubate.sparse.reshape-version002
    OccupyMars2025 committed Oct 7, 2022
    Copy the full SHA
    1d3ed6d View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2022

  1. Update sparse_ops.yaml

    OccupyMars2025 committed Oct 10, 2022
    Copy the full SHA
    b4e6d2f View commit details
    Browse the repository at this point in the history
  2. Update sparse_ops.yaml

    OccupyMars2025 committed Oct 10, 2022
    Copy the full SHA
    b5d6dbc View commit details
    Browse the repository at this point in the history
  3. Update sparse_ops.yaml

    OccupyMars2025 committed Oct 10, 2022
    Copy the full SHA
    46247a7 View commit details
    Browse the repository at this point in the history
  4. resolve conflicts

    OccupyMars2025 committed Oct 10, 2022
    Copy the full SHA
    0661bd2 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'PaddlePaddle:develop' into hackathon-3rd-task22-add-pad…

    …dle.incubate.sparse.reshape-version002
    OccupyMars2025 committed Oct 10, 2022
    Copy the full SHA
    c01cb39 View commit details
    Browse the repository at this point in the history
  6. Update sparse_ops.yaml

    OccupyMars2025 committed Oct 10, 2022
    Copy the full SHA
    3df911c View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    eaca3a2 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    d80cf1a View commit details
    Browse the repository at this point in the history
  9. Copy the full SHA
    1da6d60 View commit details
    Browse the repository at this point in the history
  10. correct lvalue error

    OccupyMars2025 committed Oct 10, 2022
    Copy the full SHA
    bbf4b48 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2022

  1. Merge branch 'PaddlePaddle:develop' into hackathon-3rd-task22-add-pad…

    …dle.incubate.sparse.reshape-version002
    OccupyMars2025 committed Oct 12, 2022
    Copy the full SHA
    dd2961e View commit details
    Browse the repository at this point in the history
  2. code style

    OccupyMars2025 committed Oct 12, 2022
    Copy the full SHA
    6db2391 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    b01ebb9 View commit details
    Browse the repository at this point in the history
  4. Update sparse_ops.yaml

    OccupyMars2025 committed Oct 12, 2022
    Copy the full SHA
    dd30c2e View commit details
    Browse the repository at this point in the history
  5. Update unary_kernel.h

    OccupyMars2025 committed Oct 12, 2022
    Copy the full SHA
    64d7de2 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'PaddlePaddle:develop' into hackathon-3rd-task22-add-pad…

    …dle.incubate.sparse.reshape-version002
    OccupyMars2025 committed Oct 12, 2022
    Copy the full SHA
    01ec505 View commit details
    Browse the repository at this point in the history
  7. Update unary.py

    OccupyMars2025 committed Oct 12, 2022
    Copy the full SHA
    118c429 View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    4a510d2 View commit details
    Browse the repository at this point in the history
  9. Update unary.py

    OccupyMars2025 committed Oct 12, 2022
    Copy the full SHA
    f011729 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'PaddlePaddle:develop' into hackathon-3rd-task22-add-pad…

    …dle.incubate.sparse.reshape-version002
    OccupyMars2025 committed Oct 12, 2022
    Copy the full SHA
    9db2c6a View commit details
    Browse the repository at this point in the history
  11. code style

    OccupyMars2025 committed Oct 12, 2022
    Copy the full SHA
    659c034 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

  1. code style

    OccupyMars2025 committed Oct 13, 2022
    Copy the full SHA
    213145b View commit details
    Browse the repository at this point in the history
  2. code style

    OccupyMars2025 committed Oct 13, 2022
    Copy the full SHA
    0d77ea7 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2022

  1. Merge branch 'PaddlePaddle:develop' into hackathon-3rd-task22-add-pad…

    …dle.incubate.sparse.reshape-version002
    OccupyMars2025 committed Oct 14, 2022
    Copy the full SHA
    eb33c53 View commit details
    Browse the repository at this point in the history
  2. Update unary.py

    OccupyMars2025 committed Oct 14, 2022
    Copy the full SHA
    67cfa50 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    32cd23c View commit details
    Browse the repository at this point in the history
  4. do not use numpy array

    OccupyMars2025 committed Oct 14, 2022
    Copy the full SHA
    a96baa6 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8c7f144 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2022

  1. Copy the full SHA
    518038c View commit details
    Browse the repository at this point in the history