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

CUDA runtime api #262

Open
wants to merge 56 commits into
base: main
Choose a base branch
from
Open

CUDA runtime api #262

wants to merge 56 commits into from

Commits on Jun 7, 2024

  1. Configuration menu
    Copy the full SHA
    651df01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d68169 View commit details
    Browse the repository at this point in the history
  3. change the name to runtime

    psmyth94 committed Jun 7, 2024
    Configuration menu
    Copy the full SHA
    c61f530 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    366b0f6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    82c22f4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44136c6 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2024

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

Commits on Jun 9, 2024

  1. add sys_12020

    psmyth94 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    46727b0 View commit details
    Browse the repository at this point in the history
  2. modify bindings

    psmyth94 committed Jun 9, 2024
    Configuration menu
    Copy the full SHA
    490547b View commit details
    Browse the repository at this point in the history

Commits on Jun 11, 2024

  1. Configuration menu
    Copy the full SHA
    3f115cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    161722b View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

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

Commits on Jun 17, 2024

  1. Configuration menu
    Copy the full SHA
    44717be View commit details
    Browse the repository at this point in the history
  2. create test kernels

    psmyth94 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    a6a2596 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    9016c92 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0332cd7 View commit details
    Browse the repository at this point in the history
  3. fix: add missing sys

    psmyth94 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    dc6f817 View commit details
    Browse the repository at this point in the history
  4. run cargo fix

    psmyth94 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    886fea6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    899822d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7fbbcc3 View commit details
    Browse the repository at this point in the history
  7. add missing import

    psmyth94 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    f635a00 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    731085c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7d96aed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f63a2d3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    49cf56a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    df16c57 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f89c22c View commit details
    Browse the repository at this point in the history
  7. fix imports

    psmyth94 committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    dd0346f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    292de1b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    eb37141 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    96e5eec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c686a22 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d7ddf8d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    173d545 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cf1125a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0315ff4 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9934fc1 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

    psmyth94 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    0026837 View commit details
    Browse the repository at this point in the history
  3. remove unused DriverError

    psmyth94 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    a5d1d17 View commit details
    Browse the repository at this point in the history
  4. redundant conversion

    psmyth94 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    10a3c46 View commit details
    Browse the repository at this point in the history
  5. add cuda version 11.8

    psmyth94 committed Jul 18, 2024
    Configuration menu
    Copy the full SHA
    3aa26e8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dab3f60 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2024

  1. Configuration menu
    Copy the full SHA
    4951394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7fadea0 View commit details
    Browse the repository at this point in the history
  3. update sys_12020

    psmyth94 committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    b2f34c2 View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2024

  1. add 12060

    psmyth94 committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    951b94e View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2024

  1. Configuration menu
    Copy the full SHA
    8925020 View commit details
    Browse the repository at this point in the history
  2. add runtime in the defaults

    psmyth94 committed Aug 26, 2024
    Configuration menu
    Copy the full SHA
    57e7faa View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. Configuration menu
    Copy the full SHA
    2f34c2f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c97bff View commit details
    Browse the repository at this point in the history
  3. remove the safe api

    psmyth94 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    ffc2bfc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7342f0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7bc94b9 View commit details
    Browse the repository at this point in the history
  6. add 12040

    psmyth94 committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    f045bf7 View commit details
    Browse the repository at this point in the history