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

TL/CUDA: Linear Broadcast for GPU #948

Open
wants to merge 25 commits into
base: master
Choose a base branch
from

Commits on Aug 23, 2024

  1. TL/CUDA: add linear bcast

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    bae747f View commit details
    Browse the repository at this point in the history
  2. TL/CUDA: fix build

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    15eb9bc View commit details
    Browse the repository at this point in the history
  3. TL/CUDA: wip

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    76efb10 View commit details
    Browse the repository at this point in the history
  4. TL/CUDA: fix compilation

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    be62759 View commit details
    Browse the repository at this point in the history
  5. TL/CUDA: calc size

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e2e6356 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7401c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    89fea7d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3965343 View commit details
    Browse the repository at this point in the history
  9. TL/CUDA: non zero root

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5f467c7 View commit details
    Browse the repository at this point in the history
  10. TL/CUDA: revert commented

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    81bfe45 View commit details
    Browse the repository at this point in the history
  11. TL/CUDA: wip multistep

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    a2777e1 View commit details
    Browse the repository at this point in the history
  12. TL/CUDA: fix step check

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8cc9920 View commit details
    Browse the repository at this point in the history
  13. TL/CUDA: minor cleanup

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    0d0bfcc View commit details
    Browse the repository at this point in the history
  14. TL/CUDA: removed breaks

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    136fdb9 View commit details
    Browse the repository at this point in the history
  15. TL/CUDA: fix linter

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b0eef94 View commit details
    Browse the repository at this point in the history
  16. TL/CUDA: double buffering

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    5417a77 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c99ece2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    732d569 View commit details
    Browse the repository at this point in the history
  19. TL/CUDA: minor cleanups

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    b4041e1 View commit details
    Browse the repository at this point in the history
  20. TL/CUDA: addressed comments

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    dd8e1a8 View commit details
    Browse the repository at this point in the history
  21. TL/CUDA: removed done stage

    ikryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    99264d8 View commit details
    Browse the repository at this point in the history
  22. TL/CUDA: added unit test

    ikryukov authored and Ilya Kryukov committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    829a8ba View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. TL/CUDA: addressed comments

    ikryukov authored and Ilya Kryukov committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    90dd368 View commit details
    Browse the repository at this point in the history
  2. TL/CUDA: fix formatting

    ikryukov authored and Ilya Kryukov committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1e2ab18 View commit details
    Browse the repository at this point in the history
  3. TL/CUDA: fixed compilation

    ikryukov authored and Ilya Kryukov committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    8b8720c View commit details
    Browse the repository at this point in the history