-
Back already(!)
My second trivial program is
```
#include
#include
#include
int main()
{
STD_LA::fs_matrix R{{1, 2, 3}, {4, 5, 6}, {7, 8, 9}};
STD_LA::fs_vector v{{1, 2…
prlw1 updated
3 years ago
-
Y'all already have a script for making a single header - it'd be nice to include that single header in the repo (so people can URL include it on Godbolt) or just put this on Godbolt proper through the…
-
To support reading and writing from and to Vector and Matrices already allocated in a form different from `iDynTree::VectorDynSize`, `iDynTree::MatrixDynSize`, `iDynTree::VectorFixSize`, `iDynTree::Ma…
-
The current View API only allows static dimensions from the right, extend the API to accept an optional Extents argument to allow intermixing of static and dynamic dimensions. Extents takes a variadi…
-
Design to treat:
- [ ] iterators
- [ ] Views
- [ ] Execution space
- [ ] (maybe) execution policies
- [ ] `for_each`
- [ ] `transform_reduce`
- [ ] `exclusive_scan`
-
fmtlib has thrown me for a huge loop. I have an issue related to caching of alias template specializations. After a lot of hunting, I determined it's caused by this trailing return type during class t…
-
http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2021/p2374r1.html
I was thinking in cpp23 you could use `views::cartesian_product` to make `mdspan` into a `range`. You could convert the extents …
-
Examples should be brief, simple, and highlight features of P1673 (especially differences from the BLAS itself).
* `vector_add`
* mixed precision
* use of `scaled`
* strided access v…
-
_Перенос предложения:_ голоса +14, -5
_Автор идеи:_ **Олег Ляттэ**
Это позволит использовать более лаконичные и понятные выражения для доступа к многомерным массивам и подобным структурам
Если …
-
So, in several other threads we're discussing adding an event to Kokkos::View each time it is captured. I think this is a good idea, but it keeps getting held up on the MDSpan view refactor. What I'm …