-
I taught parallel algorithms in my course and I think it would be great to add this topic here.
I would be willing to prepare a draft for this topic.
-
[P3179RO](http://wg21.link/P3179R0) C++ parallel range algorithms (Ruslan Arutyunyan,
Alexey Kukanov)
-
### Is this a duplicate?
- [x] I confirmed there appear to be no [duplicate issues](https://github.com/NVIDIA/cccl/issues) for this request and that I agree to the [Code of Conduct](CODE_OF_CONDUCT.m…
-
**Issue by [ericniebler](https://github.com/ericniebler)**
_Sunday Mar 19, 2023 at 16:09 GMT_
_Originally opened as https://github.com/NVIDIA/stdexec/issues/840_
----
Also: range-based? @rarutyun '…
-
**Link:** https://wg21.link/p0452r1
```
BEGIN-RST-NOTES
The changes to ``std::transform_inclusive_scan`` and ``std::transform_exclusive_scan`` have not yet been implemented.
END-RST-NOTES
```
cjdb updated
3 months ago
-
Some resources to learn more about parallel graph algorithms and pick a topic of interest
Reading list:
- Chapters 1-6 of [Guide to graph algorithms: sequential, parallel, distributed](https://b…
-
It would be nice to provide implementations of parallel algorithms, especially if it would be possible to have them with the same API as their sequential counterparts. The goal is to try to implement …
-
**Link:** https://wg21.link/lwg2727
cjdb updated
3 months ago
-
**Link:** https://wg21.link/p0467r2
cjdb updated
4 months ago
-
Hi!
I made this example:
```python
import numpy as np
from multiprocessing.pool import ThreadPool
from pymoo.core.problem import StarmapParallelization
from pymoo.optimize import minimize
f…