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

Introducing cuda.core: pythonic access to CUDA core functionalities #87

Merged
merged 34 commits into from
Oct 10, 2024

Commits on Sep 2, 2024

  1. Configuration menu
    Copy the full SHA
    3c7f0e1 View commit details
    Browse the repository at this point in the history
  2. hide all submodules

    leofang committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    e276683 View commit details
    Browse the repository at this point in the history
  3. update in Device

    leofang committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    8ecb291 View commit details
    Browse the repository at this point in the history
  4. update in Stream

    leofang committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    b79b9f1 View commit details
    Browse the repository at this point in the history
  5. improve circular type hints

    leofang committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    f79ddd2 View commit details
    Browse the repository at this point in the history
  6. complete Stream impl

    leofang committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    96ba14e View commit details
    Browse the repository at this point in the history
  7. add Event impl

    leofang committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    2c52e43 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. change query to is_done

    leofang committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    690faba View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b9faf6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8baa103 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    19ea607 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b64405e View commit details
    Browse the repository at this point in the history
  6. fixes

    leofang committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    4535be9 View commit details
    Browse the repository at this point in the history
  7. add license header

    leofang committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ee50ae9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    16f541d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. support dlpack 1.0

    leofang committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8c49acc View commit details
    Browse the repository at this point in the history
  2. add simple build instruction

    leofang committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8fe6ac7 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    fb952d8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7076a6c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ab83c5b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    48a305c View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. more robust repr handling

    leofang committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    94ec937 View commit details
    Browse the repository at this point in the history
  2. support CAI too

    leofang committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    60682de View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7770a63 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2024

  1. rename cuda.py to cuda.core

    leofang committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    d765fb7 View commit details
    Browse the repository at this point in the history
  2. update README

    leofang committed Oct 5, 2024
    Configuration menu
    Copy the full SHA
    4a5457e View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2024

  1. align with latest design

    leofang committed Oct 6, 2024
    Configuration menu
    Copy the full SHA
    905e5f4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Configuration menu
    Copy the full SHA
    7e1c8f5 View commit details
    Browse the repository at this point in the history
  2. add vector_add example

    leofang committed Oct 7, 2024
    Configuration menu
    Copy the full SHA
    f0c155c View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

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

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    a41a4b7 View commit details
    Browse the repository at this point in the history
  2. enable parallel build

    leofang committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    64c3a8e View commit details
    Browse the repository at this point in the history
  3. update readme

    leofang committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    317dd13 View commit details
    Browse the repository at this point in the history