Commit 274fd42
Fix the LGPU+MPI CUDA Sync issue in stable/stable (CUDA 12.9) (#1355)
**Context:**
To support GPU runner upgrade to CUDA 12.9, we had to fix a CUDA Sync
issue in the LGPU+MPI device. While this fix passes on
[latest/latest](https://github.com/PennyLaneAI/pennylane-lightning/actions/runs/23143917247),
we are seeing expected failures on
[stable/stable](https://github.com/PennyLaneAI/pennylane-lightning/actions/runs/23143878344).
This PR patches the CUDA Sync fix into the stable branch on CI
temporarily. This will pass stable/stable and remove the "expected"
failure!
**Description of the Change:**
**Benefits:**
-
[stable/stable](https://github.com/PennyLaneAI/pennylane-lightning/actions/runs/23155305723)
:green_circle:
**Possible Drawbacks:**
- This is a temporary fix and should be removed with the next release.
**Related GitHub Issues:**
[sc-112893]
---------
Co-authored-by: ringo-but-quantum <github-ringo-but-quantum@xanadu.ai>1 parent 97f544c commit 274fd42
File tree
3 files changed
+5
-1
lines changed- .github
- workflows
- pennylane_lightning/core
3 files changed
+5
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| 41 | + | |
41 | 42 | | |
42 | 43 | | |
43 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
88 | 91 | | |
89 | 92 | | |
90 | 93 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
0 commit comments