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 sparseH for LGPU #526

Merged
merged 52 commits into from
Oct 24, 2023
Merged

Add sparseH for LGPU #526

merged 52 commits into from
Oct 24, 2023

Commits on Oct 20, 2023

  1. Init commit

    multiphaseCFD committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    beaa17a View commit details
    Browse the repository at this point in the history
  2. Fix std::endl;

    vincentmr committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    97d3f85 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    705f549 View commit details
    Browse the repository at this point in the history
  4. merge add_py_LGPUMPI

    multiphaseCFD committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    6781f3d View commit details
    Browse the repository at this point in the history
  5. add pybind layer

    multiphaseCFD committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    343c62a View commit details
    Browse the repository at this point in the history
  6. add python layer

    multiphaseCFD committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    1c0bda2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    255f6d5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    25b90c8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e815e6f View commit details
    Browse the repository at this point in the history
  10. Bug fix sparse product.

    vincentmr committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    7d8f0d9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    002daee View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. add sparseH

    multiphaseCFD committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    71ebe4b View commit details
    Browse the repository at this point in the history
  2. Trigger CI

    multiphaseCFD committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    c06593d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    1cbc50f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5ba180a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6956e78 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b256ead View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5813cf4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0045e0f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cc66546 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dccfe3e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a014177 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    2f9d14b View commit details
    Browse the repository at this point in the history
  11. Add sparse Hamiltonian support for Lightning-Kokkos (#527)

    * Use more generic indices in base std::size_t.
    
    * Quick and dirty spham bindings.
    
    * Add sparse_ham serialization.
    
    * Add sparse_ham tests in tests/test_adjoint_jacobian.py'
    
    * Bug fix sparse product.
    
    * Fix python bindings LGPU idxT
    
    * Fix serial tests and update changelog.
    
    * Fix tidy & sparse adjoint test device name.
    
    * Fix tidy warning for sparse_ham.
    
    * Send backend-specific ops in respective modules.
    
    * Fix sparse_hamiltonianmpi_c and add getWires test.
    vincentmr committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    812a1c6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bf2bb3f View commit details
    Browse the repository at this point in the history
  13. Fix clang tidy

    vincentmr committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    8b2f752 View commit details
    Browse the repository at this point in the history
  14. Comment workflows but tidy.

    vincentmr committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    cf2866b View commit details
    Browse the repository at this point in the history
  15. Fix tidy warn

    vincentmr committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    ccace74 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ae615e4 View commit details
    Browse the repository at this point in the history
  17. Restore triggers

    vincentmr committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    4d108f3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f015e2f View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2023

  1. Add constructibility tests.

    vincentmr committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    ca93578 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62850d7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8777cbe View commit details
    Browse the repository at this point in the history
  4. Remove GPU deadlock.

    vincentmr committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    a72e2f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b7b81de View commit details
    Browse the repository at this point in the history
  6. Bug fix Python MPI.

    vincentmr committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    58f742b View commit details
    Browse the repository at this point in the history
  7. Upload both outputs.

    vincentmr committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    9535f48 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6648230 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0125f3 View commit details
    Browse the repository at this point in the history
  10. Update .github/CHANGELOG.md [skip ci]

    Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com>
    vincentmr and AmintorDusko committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    200d81d View commit details
    Browse the repository at this point in the history
  11. Update .github/workflows/tests_gpu_kokkos.yml [skip ci]

    Co-authored-by: Amintor Dusko <87949283+AmintorDusko@users.noreply.github.com>
    vincentmr and AmintorDusko committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    1a91db5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    049cc30 View commit details
    Browse the repository at this point in the history
  13. rename argn [skip ci]

    vincentmr committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    32236d1 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    999b2c2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e3f4854 View commit details
    Browse the repository at this point in the history
  16. Trigger CI

    vincentmr committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    c26c99b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    031d3fb View commit details
    Browse the repository at this point in the history
  18. Trigger CI

    vincentmr committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    4c319a9 View commit details
    Browse the repository at this point in the history
  19. resolve comments

    multiphaseCFD committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    3a53340 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    3df482b View commit details
    Browse the repository at this point in the history
  21. Fix tidy.

    vincentmr committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    b7eb831 View commit details
    Browse the repository at this point in the history