Commit 43c00e5
authored
Use one cusparse handle per thread to avoid race condition on cuspars… (#544)
## Summary by CodeRabbit
* **Refactor**
* Improved GPU pointer and stream configuration to make GPU-accelerated solvers more consistent and reliable.
* **Tests**
* Re-enabled a previously-skipped barrier solver test so it now runs as part of test suite.
* **Chores**
* Restored default threading behavior in CI test runs by removing a forced thread-count override.
Authors:
- Hugo Linsenmaier (https://github.com/hlinsen)
- Ramakrishnap (https://github.com/rgsl888prabhu)
Approvers:
- Rajesh Gandham (https://github.com/rg20)
URL: #5441 parent 5879493 commit 43c00e5
File tree
2 files changed
+5
-2
lines changed- cpp/src
- dual_simplex
- linear_programming
2 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
141 | 145 | | |
142 | 146 | | |
143 | 147 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
672 | 672 | | |
673 | 673 | | |
674 | 674 | | |
675 | | - | |
676 | 675 | | |
677 | | - | |
| 676 | + | |
678 | 677 | | |
679 | 678 | | |
680 | 679 | | |
| |||
0 commit comments