-
During the [Dispatching, Backend Selection, and Compatibility APIs](https://pretalx.com/euroscipy-2024/talk/8MXPRW/) discussion at EuroSciPy 2024 (for reference - https://hackmd.io/@seberg/spatch), it…
-
v0.5 added ability to use Thrust library for parallel algorithms. This is done in `src/detail/Algorithms.h` using custom Aboria algorithms, which use tag dispatching to either call Thrust or STL algor…
-
Noticed while working #4495 . When I decided to use sized `if constexpr` dispatch, instead of using the same version for all element sizes, I observed significant perf degradation for small element si…
-
Two immediately necessary uses for this are:
- Dispatching to IO backends
- Dispatching to array backends
The second is far more complicated and a separate framework may not be necessary for th…
-
Splitting this from #1016.
Writing a robust userland `AbortSignal` consumer is tricky. In particular you might not get your event listener due to someone else listening calling `stopImmediatePropag…
-
##### System information (version)
- OpenCV => master
- Operating System / Platform =>MS Windows (Linux bundles with distros)
- Compiler =>MSVC or GNU
##### Detailed description
I…
-
How/where should we list presentations given about GraphBLAS?
- "Building a Faster NetworkX-like Library Using GraphBLAS" | PyOhio 2022
- https://www.youtube.com/watch?v=lVkkBj6m9K0
- "GraphBLA…
-
I use opendaylight to connect to netopeer but seems somthing wrong.It's ok to use netopeer-cli to connect to the server.And the opendaylight can connect to the netconf-testtool that odl provided.Shoul…
-
### Introduction
On web, you can get any element by its position:
[document.elementFromPoint(x, y)](https://developer.mozilla.org/pt-BR/docs/Web/API/Document/elementFromPoint)
Is there someth…
-
Couldn't figure out how to do the correcf dispatching with sciml sensitivity stuff. We don't need to enable different sensitivity algorithms yet, just get the dispatching working correctly.
To get…