diff options
author | Jussi Pakkanen <jpakkane@gmail.com> | 2019-01-23 14:47:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-23 14:47:06 +0200 |
commit | 379b42c5b18cd94feded28791a5189ee253ba04e (patch) | |
tree | 32276f56c794a215bf7768b541e7fb5279e326a7 /docs/markdown/snippets | |
parent | f72522e8890bb44283da970bf8e4545830ae81a6 (diff) | |
parent | 43147c2594f2d8d802113d1cb2bc5bb9c72d3b96 (diff) | |
download | meson-379b42c5b18cd94feded28791a5189ee253ba04e.zip meson-379b42c5b18cd94feded28791a5189ee253ba04e.tar.gz meson-379b42c5b18cd94feded28791a5189ee253ba04e.tar.bz2 |
Merge pull request #3919 from mesonbuild/cudarebase
Add Cuda support
Diffstat (limited to 'docs/markdown/snippets')
-rw-r--r-- | docs/markdown/snippets/cuda.md | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/markdown/snippets/cuda.md b/docs/markdown/snippets/cuda.md new file mode 100644 index 0000000..a4a92cd --- /dev/null +++ b/docs/markdown/snippets/cuda.md @@ -0,0 +1,7 @@ +## Cuda support + +Compiling Cuda source code is now supported, though only with the +Ninja backend. This has been tested only on Linux for now. + +Because NVidia's Cuda compiler does not produce `.d` dependency files, +dependency tracking does not work. |