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

Implement MPI support in CUDA Quantum #237

Merged
merged 11 commits into from
Jun 22, 2023
Merged

Implement MPI support in CUDA Quantum #237

merged 11 commits into from
Jun 22, 2023

Commits on Jun 22, 2023

  1. Start on MPI support in CUDA Quantum

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c897b0f View commit details
    Browse the repository at this point in the history
  2. add missing function

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    87ca7bc View commit details
    Browse the repository at this point in the history
  3. change the naming / namespace

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    b402497 View commit details
    Browse the repository at this point in the history
  4. namespace

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    cd62aab View commit details
    Browse the repository at this point in the history
  5. clang format

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    90093c0 View commit details
    Browse the repository at this point in the history
  6. implement mpi-distribution of observe expected value computations

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    ad519a3 View commit details
    Browse the repository at this point in the history
  7. Implemented python bindings for mpi distribution

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    16e6401 View commit details
    Browse the repository at this point in the history
  8. add license headers

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    c8e175f View commit details
    Browse the repository at this point in the history
  9. clean up all_reduce, make it a bit more extensible

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    183b6e1 View commit details
    Browse the repository at this point in the history
  10. fix build warning

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    61db511 View commit details
    Browse the repository at this point in the history
  11. pr comments

    Signed-off-by: Alex McCaskey <amccaskey@nvidia.com>
    amccaskey committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    11f3169 View commit details
    Browse the repository at this point in the history