-
LWG-2839 "Self-move-assignment of library types, again" clarifies that move-assigning most Standard Library types to themselves leaves the object in a valid-but-unspecified state. While we are fairly …
-
It would probably be useful if we added a trait / policy or runtime converter to the [`Parameter< Operation::READ_DATASET >`](https://github.com/openPMD/openPMD-api/blob/0.7.1-alpha/include/openPMD/IO…
-
Hi! From what I understand, when building a `subview`, for each dimension of a given `Kokkos::View` one can either:
- specify a single index
- take the whole extent with `Kokkos::ALL`
- take a cont…
-
Make a new library above RAJA with common views, containers without dynamic storage, and sequential algorithms that work on GPUs, a lot like this https://github.com/nvidia/libcudacxx.
These are mainl…
-
As suggested by @rg20 and @cjnolet in https://github.com/rapidsai/raft/pull/437, some helper functions for late initialization of `mdarray` and support for `reshape` will greatly improve the usability…
-
**Describe the bug**
We recently had intel oneapi 2024.1.0 installed on our machine with PVC GPUs, testing of the Sycl backend reported a couple failures:
**Kokkos_CoreUnitTest_SYCL1B**
```
4…
-
Hi, I came across a compilation issue with clang++ versions 15 and 16 in C++2b mode. The compilation fails when expanding a parameter pack inside the bracket operator, here is a reproducer on [godbolt…
-
Twon updated
7 months ago
-
[P1385R0](https://wg21.link/p1385r0) A proposal to add linear algebra support to the C++ standard library (Guy Davidson, Bob Steagall)
-
A few issues and potential points for improvement emerged while integrating ivf-flat approximate kNN (https://github.com/rapidsai/raft/pull/652):
- [ ] 1. **Padding of the data dimensions**
…