summaryrefslogtreecommitdiff
path: root/docs/markdown/Cuda-module.md
AgeCommit message (Collapse)Author
2022-07-14docs: add some function linkification in code snippetsEli Schwartz
Let people easily find the documentation for concepts we are trying to teach.
2021-01-30Rewrap long text lines in docs. [skip ci]Jussi Pakkanen
2020-11-05Update documentation for CUDA module.Olexa Bilaniuk
2019-02-24[skip ci] Update the CUDA module documentation.Olexa Bilaniuk
2019-02-07Fix Cuda doc page heading. [skip ci]Jussi Pakkanen
2019-02-02Add unstable CUDA module.Olexa Bilaniuk
Includes three general utility functions connected to CUDA, in particular the crafting of -gencode flags as done in CMake: https://github.com/Kitware/CMake/blob/master/Modules/FindCUDA/ select_compute_arch.cmake