-
As per recent discussions (e.g. https://github.com/ggerganov/llama.cpp/pull/10144#pullrequestreview-2411814357), we should split the large `ggml-cpu.c` implementation into smaller modules - similar to…
-
**[Meeting wiki notes](http://wiki.edg.com/bin/view/Wg21rapperswil2018/LWGSatAM)**
**My notes:**
mdspan LWG review
Daniel Krugler of LWG will help us polish according to LWG expectations
usa…
-
In a offline discussion with @franzpoeschel he told me, that there are some confusion because alpaka does not compile with C++17 anymore. The reason is because the dev branch only supports C++20 and n…
-
This might be related to #1271 (but I'm looking for a slightly different solution) and possibly #994 (here, I'm not fully up to speed what it exactly does, or if it is available)
I'm looking for a…
-
Currently there is no way to enforce a ruling on this since both clang-format and clang-tidy don't offer any related options. AFAIK there is a PR to clang-format in the pipeline but who knows when tha…
-
-
**Describe the bug**
Follow on to #7404 and https://github.com/kokkos/kokkos/issues/7404#issuecomment-2403337957
Builds of Kokkos with intel classic compiler (icpc) and a specified arch (BDW, SK…
-
- ~lower case in subclause headings (sentence )~ [3bc8d0d5a13f]
- ~can't have paragraphs in parent clauses~ [3bc8d0d5a13f]
### extents.overview
- ~subclause instead of section~ [3bc8d0d5a13f]
…
-
`ScopeGuard` doesn't say what it's guarding (like, e.g., `std::lock_guard` does).
-
Discussion on PR #197 and elsewhere (e.g., with @youyu3 ) shows that it's tricky to optimize expressions like `transposed(conjugated(scaled(alpha, A)))` that result from calling e.g., `matrix_product`…