-
Address [2017-11 LEWG feedback](http://wiki.edg.com/bin/view/Wg21albuquerque/P0009) to advance to LWG.
-
# LWG review of P1673R12: 2023/06/28
## linalg.algs.reqs
2.4, spell out "unary plus" as well as unary minus.
Not comfortable with saying that "any addend" is well formed, as that just says a …
-
Alpaka exposes multiple layers of parallelism. I grid is composed of blocks, which are composed of threads, which are composed of elements. This last layer, in my understanding, was designed to be map…
-
-
# Summary
Following instructions in the `README.md` file the compilation the `CMake` configuration fails with:
```
CMake Error at /private/var/folders/4v/fzv62r495px3f47xb61lcbcr0000gn/T/pip-bui…
-
There is an ISO/C++ standard proposal in progress which is well-aligned with this effort.
https://github.com/ORNL/cpp-proposals-pub/tree/master/P0009
-
I'm trying to run the GEMM (single core) example on a Ryzen NPU device, but I cannot successfully compile the microkernel using the original Makefile that uses clang as the compiler.
https://github.c…
-
Is there a way of reshaping a mdspan?
I'm looking for the equivalent of the following numpy code:
```
arr = np.zeros([10, 5, 3])
arr2 = arr[2:8, :, :2]
arr3 = arr2.reshape(6 * 5, 2)
```
Doe…
-
Note: the above badge will auto-update when OS packaging repos and distros incorporate the ossia-score package.
### Linux
- [x] AppImage
- [x] Flatpak
- [ ] Snap ? (not really …
-
Thanks for sharing this very interesting library! I've been trying to understand its inner workings, but this is difficult since some central aspect seem both very clever (in a positive sense), and a…