This repository contains printable cheat-sheets for Kokkos, typed in LaTeX.
- PDFLatex (from at least
texlive-latex-extra); - Python 3; and
- Pygments.
The syntax highlight uses a custom theme that must be installed with:
pip install .Note that you should use a virtual env to install it.
virtualenv --python python<x.y> $PWD/venv
source venv/bin/activate
pip install .with <x.y> the version of Python.
Note you have to source each time you want to use it.
If you cannot install this dependency, you may not be able to build the document.
To circumvent this, you can remove the kokkoshighlight class option in LaTeX files.
Build all documents with:
make- Full documentation: https://kokkos.org/kokkos-core-wiki/index.html
- GitHub sources: https://github.com/kokkos
- Tutorials: https://github.com/kokkos/kokkos-tutorials