kokkos / kokkos/kokkos.github.io
Kokkos Kernels - Overview
Open
@lucbv is already working on this.
Since Nov 29, 2023.
KUG2023
Team
- Dominant language
- HTML
- Stars
- 3
- Forks
- 27
- Avg merge
- 2d 25m
- Merged PRs (30d)
- 11
Description
Authors: @kokkos/kokkoskernels
Presenter: @lucbv
Abstract:
KokkosKernels provides math kernels for dense and sparse linear algebra as well as graph computations. It has multiple aims:
- Provide a portable Kokkos bases interface to BLAS, Sparse and Graph kernels for all major HPC platforms.
- Provide generic implementations of Kernels working with various scalar types and data layouts, going beyond standard types supported by vendor libraries.
- Provide access to major vendor optimized math libraries.
- Provide improved performance for kernels where vendor libraries were historically lacking.
An overview of the library capabilities as well as the latest developments will be presented in this talk.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.