-
[P2897R0](https://wg21.link/p2897r0) aligned_accessor: An mdspan accessor expressing pointer overalignment (Mark Hoemmen, Damien Lebrun-Grandie, Nicolas Manual Morales, Christian Trott)
-
Hi, I have been trying to set up triSYCL on macos with apple silicon. I copied [this](https://github.com/AdaptiveCpp/AdaptiveCpp/blob/develop/doc/examples.md) example. I cloned this repo in ~/software…
-
We provide types that are similar (and in some cases identical) to standard library types.
Some of them, like `Kokkos::Array` use the Kokkos naming scheme. Others, like `Kokkos::pair` use a standar…
-
Try to use mdspan original implementation from Kokkos (https://github.com/kokkos/mdspan) to use the memory view with HIP or with CPU code before it gets part of the standard (avoid experimental implem…
-
`std::mdspan` is especially targeted towards scientific codes, so we should mention it.
-
We see the test `basic_view_default_ctor` from `TestBasicView` segfault in builds with `gcc 12.3.0`. ~~The segfault happens in release builds, but not in debug builds.~~ It happens both on amd64 and o…
-
**Describe the bug**
I'm trying to install Kokkos on Windows with OpenMP.
Here is my cmake commands:
```
cmake -S ".." -B . -DCMAKE_INSTALL_PREFIX="..\install_dir_openmp" -DKokkos_ENABLE_OPENMP=…
-
The addition of `mdspan` to the STL is extremely interesting for HPC applications. Our applications/libraries might finally be able to talk to each other. Hence, HighFive should support this type.
-
https://github.com/kokkos/mdspan
-
This issue is for tracking the MDSpan refactor issues that still remain
# General
- [ ] Remove unused code
- [ ] Go through all TODOs
- [ ] Verify GPU builds/tests (include std::experimental::md…
nmm0 updated
3 months ago