Fix mixer forwarding | Fix MPI implementation | Add test cases#452
Fix mixer forwarding | Fix MPI implementation | Add test cases#452kvmto merged 10 commits intoNVIDIA:mainfrom
Conversation
Signed-off-by: Kaiqi Yan <kaiqiy@nvidia.com>
|
/ok to test ebb568f |
|
This CI failure looks unrelated to this PR. It may have been caused by a previous PR. Will need to investigate. |
|
/ok to test 000960a |
This should be fixed by #453 |
|
Just a kind reminder that this PR is for NVBug 5933231 and NVBug 5933312. |
|
/ok to test d4f1930 |
Hi @kaiqiy-nv - could you please investigate these CI failures from the "Build wheels" job for this PR? https://github.com/NVIDIA/cudaqx/actions/runs/22824100177 |
Signed-off-by: Kaiqi Yan <kaiqiy@nvidia.com>
Signed-off-by: Kaiqi Yan <kaiqiy@nvidia.com>
Hello @bmhowe23 , those errors are caused by the new MPI tests. I am not sure if the CI supports MPI already, but I have updated the test cases (both gtest and pytest) to let them more compatible with the environment. Please have another |
|
/ok to test c283051 |
|
It looks like there are some per-PR CI failures now. There are also some different "Build wheels" failures here: |
Signed-off-by: Kaiqi Yan <kaiqiy@nvidia.com>
Signed-off-by: Kaiqi Yan <kaiqiy@nvidia.com>
|
Again both of them are related to MPI tests. Please have another try. Thanks. |
|
/ok to test 3029dcc |
|
Thanks, @kaiqiy-nv. Now all tests are passing, which is great. It looks good to me, but @wsttiger or @kvmto, could you please give it a quick review to make sure you are ok with it, too? |
Signed-off-by: Kaiqi Yan <kaiqiy@nvidia.com>
|
Hello @kvmto , I have updated the python tests accordingly. Please |
|
/ok to test 52fd669 |
|
looks good to me, we can merge! |
Fix mixer (referenceHamiltonian) forwarding in qaoa Python binder.
Fix MPI implementation in adapt simulator.
Add test cases to validate the above modifications.