-
The README should make it clear how this implementation is different from what's going into the standard (_if_ it's different), and from the GSL multi-dimensional span, multispan (or at least MS GSL).
-
Hi,
I'm trying to build dolfinX from sources and attempted to build basix v0.4.3. On our cluster we have gnu 8.3 available, which seems to not expose the header. And since it is included in "cpp/bas…
-
In P1684R2, `mdarray` needs to iterate over elements in its conversion constructors (from `mdarray` or `mdspan`). (I'm not counting whatever iteration over elements the `mdarray`'s container already …
-
MSVC 2022 gives warning C4172: returning address of local variable or temporary at line 346 in mdspan.hpp.
-
During LEWG review of P1673R8 today (2022/05/24), LEWG asked us to describe how ranges algorithms and the BLAS 1 algorithms would coexist. They generally agreed that the BLAS 1 algorithms (taking ran…
-
When compiling with e.g. clang and `-pedantic` the following type of warnings are triggered:
```
mdspan.hpp:574:9: warning: token pasting of ',' and __VA_ARGS__ is a GNU extension [-Wgnu-zero-vari…
-
Reported here: https://github.com/kokkos/stdBLAS/issues/242#issuecomment-1174955863
With MSVC 2022, when compiling with `/W4`:
```
maybe_static_size.hpp(57,26): error: unused parameter 'val'
``…
-
P1673 explains that `conjugated`, `scaled`, `transposed`, and `conjugate_transposed` can't always return a view-of-const (i.e., an `mdspan` whose `element_type` is `const`), because there's no way to …
-
This comes from 1684R2 LEWG review on 2022/04/19.
One reviewer suggests: `iota` + `cartesian_product` should mean that we can construct a range over the input `mdarray` or `mdspan`, and thus should…
-
I need to revisit the kokkos-kernels impl of some functions, because I forgot to handle properly the accessor.
When converting mdspan to view, this does not account for the accessor, e.g. `linalg::s…