Skip to content

CExA-project/cheat-sheet-for-kokkos

Repository files navigation

Cheat sheets for Kokkos

This repository contains printable cheat-sheets for Kokkos, typed in LaTeX.

Requirements

  • PDFLatex (from at least texlive-latex-extra);
  • Python 3; and
  • Pygments.

Local dependencies

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

Build all documents with:

make

Resources

About

Cheat sheets for the HPC C++ library Kokkos

Resources

License

Contributing

Stars

Watchers

Forks

Contributors 6

Languages