ajpowelsnl
ajpowelsnl
- [WIP -- New (Transitional) Sphinx-based Workflow](https://github.com/ajpowelsnl/kokkos-core-wiki-original/blob/feature/test/source/README_SPHINX.md) - *Nota bene*: assume the current release *i.e.*, Kokkos 3.6 , or the`master` branch (and not `develop`); - Recently opened documentation issues: -...
Hi All -- We should draft documentation and use case(s) for Kokkos::sort: https://github.com/kokkos/kokkos/wiki/Sorting
Reducing verbosity of bug report issue template for clarity and ease of use. This PR is a "do over" for the previous, taking care to rebase on `develop`.
We have created an initial implementation of the perf testing framework for Kokkos. CAVEAT: this does not represent a final, polished state for the implementation, but rather a first draft...
In reviewing changes requested by the RAJAPerf Suite project, I discovered that Kokkos min and max routines were still in the `Experimental` namespace. The min and max routines are Kokkos...
In today's documentation and design session, we discussed the need for consistency and coherence among Kokkos Tools options and environment variables. Current usage (approximate) is summarized below, and we will...
This issue tracks revision of public vs. private headers in Kokkos. Users can include public headers, but not private. We are revising the public and private headers design because ......
This PR represents the first component in what will be a larger autotuning workflow for Kokkos Tools. At a high level, the goal is to benchmark sparse matrices representing performance...
The proposed code fixes the "tracked_testing" executable location. With this change, the executable is placed in the top-level of "perf_test."
The version of RAJAPerf we'd been using had many hacks. The proposed code removes those hacks, and uses what we plan to merge into LLNL's RAJAPerf.