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

Add CUDA/HIP MultiGPU Event Polling #6284

Merged
merged 27 commits into from
Jul 8, 2023

Commits on Jun 19, 2023

  1. Initial hardcoded version

    G-071 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    9f6dfca View commit details
    Browse the repository at this point in the history
  2. Detect number of GPUs

    G-071 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    e91c81a View commit details
    Browse the repository at this point in the history
  3. Cleanup

    G-071 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    25494a2 View commit details
    Browse the repository at this point in the history
  4. Add missing default value

    G-071 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    64ecdfc View commit details
    Browse the repository at this point in the history
  5. Fix format

    G-071 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    12b3e3c View commit details
    Browse the repository at this point in the history
  6. Add missing format fix

    G-071 committed Jun 19, 2023
    Configuration menu
    Copy the full SHA
    bf85ef6 View commit details
    Browse the repository at this point in the history
  7. Add default device arguments

    G-071 committed Jun 19, 2023
    2 Configuration menu
    Copy the full SHA
    6a24f16 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2023

  1. Fix asserts

    G-071 committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    e665a9e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Configuration menu
    Copy the full SHA
    791cecd View commit details
    Browse the repository at this point in the history
  2. Fix unused parameter warning

    G-071 committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    d93ada2 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2023

  1. Switch to east const

    G-071 committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    7a5f551 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b37f72a View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

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

Commits on Jun 27, 2023

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

    G-071 committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    d1a81f0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1f5953 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b3388e View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    ee33c48 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    707c025 View commit details
    Browse the repository at this point in the history
  3. Fix assert (again)

    G-071 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    8d7f636 View commit details
    Browse the repository at this point in the history
  4. Add test for default device ID

    G-071 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    a7e76e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    525ad21 View commit details
    Browse the repository at this point in the history
  6. Fix test format

    G-071 committed Jun 28, 2023
    Configuration menu
    Copy the full SHA
    3999ecc View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    46b477a View commit details
    Browse the repository at this point in the history
  2. Fix format (again)

    G-071 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4eb0b39 View commit details
    Browse the repository at this point in the history
  3. Remove superfluous api call

    G-071 committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    e547c24 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2023

  1. Fix inspect

    G-071 committed Jul 6, 2023
    Configuration menu
    Copy the full SHA
    9f0d330 View commit details
    Browse the repository at this point in the history