-
I would like to use `mdspan` in some of my cmake-based projects as a dependency. I found a conan package [here](https://conan.io/center/mdspan). I did not find a package for spack or vcpkg.
Do you …
-
* mdspan was recently updated in https://github.com/kokkos/mdspan/pull/19. Merge these changes into Draco's copy and test.
* This should fix build issues with intel/17.
### Update 2020-9-07
* …
-
@mhoemmen @fnrizzi
`norm2` native test fails when executed on Kokkos implementation (with `LINALG_ENABLE_KOKKOS_DEFAULT=ON`), e.g. see [this CI job](https://github.com/kokkos/stdBLAS/runs/6623439078…
-
The mdspan library doesn't compile when using it in Visual Studio 2022 and MSVC 19.35.
With the following cMake and example source results in a compilation error:
_CMakeLists.txt._
```
cmake_m…
-
**Describe the bug**
The test `SYCL.IncrTest_05_reduction` fails on the Frontier GPU when compiled for the SYCL backend.
**Please include the following for a minimal reproducer**
1. Compiler…
-
@crtrott @dsunder
1. The code defining `first`, `last`, and `R` is not valid source code, because it uses a run-time value `r` to get the `r`-th entry of a parameter pack `slices...`.
2. `R` need…
-
I reference a discussion from https://github.com/rust-ndarray/ndarray/issues/1272#issuecomment-2325747608:
@grothesque wrote:
> Is your choice motivated by BLAS/LAPACK being ([marginally](http…
-
Hi. I am interested in adding custom sparse matrix format. Is there a tutorial on adding new formats to help me get started quickly?
BTW, when I ran `make` in the `examples/` folder, I got the foll…
-
@crtrott mentioned that we want to be able to configure the namespace that is used for mdspan. We have a situation where mdspan is used as a fragment of a standard library and as a standalone library.…
-
Both `default_accessor` and `layout_{left, right, stride}::mapping::operator()` have in-bounds access as a precondition. This permits implementations to add bounds checking, using whatever mechanism …