-
Nightly builds with intel/17 are failing with internal compiler errors `internal error: assertion failed at: "shared/cfe/edgcpfe/symbol_tbl.c"` following merge of PR #3658 , sha 64c051820895e291b076f7…
-
**[linalg.algs.reqs]** claims that "[a]lgorithms [in this section] that have a template parameter named `ExecutionPolicy` are parallel algorithms." This is circular and redundant per [**[algorithms.p…
-
We currently have a random access iterator and `begin/end` functions all living inside the `kokkos/algorithms`.
Would it make sense to extract them out and separate them into a `kokkos/iterators`?
…
-
[P2168R0](http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2020/p2168r0.pdf) std::generator: Synchronous Coroutine Generator for Ranges (Corentin Jabot)
-
P1673 differs from the BLAS, in that Triangle refers to the (possibly) transformed matrix, not to the "original" matrix.
1. Add discussion in the introduction
2. Reword `transposed` so that it doe…
-
https://github.com/rapidsai/mdspan/blob/5752ba5b42a8660a573555dab025bcd64ead912e/include/experimental/__p0009_bits/layout_stride.hpp#L301
-
An important use case for mdarray is small arrays that users would normally pass around by value. For example, 3x1, 4x1, 3x3, or 4x4 arrays of very small integer or floating-point types are common in…
-
In some corner case of my application, I encounter something like
```c++
Kokkos::View v("v"
, Kokkos::LayoutStride());
```
which has a span of zero but I expect its span is 1. There seems…
-
This is just a placeholder to do this so that users that have a shape information and potentially a pointer can easily construct `mdspan` and `mdarray` objects:
`auto arr = raft::create_mdspan(poin…
-
See https://godbolt.org/z/5EG6n5bfc
I cannot assign one view to another. There is a runtime assertion for:
```
m=view;
```
Is this an invalid use?
Here is the same program in case goldbolt l…