Skip to content

dalg24/kokkos-cheat-sheet

 
 

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

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • TeX 97.5%
  • Python 2.2%
  • Other 0.3%