summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJussi Pakkanen <jpakkane@gmail.com>2019-01-22 00:02:25 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2019-01-22 00:02:25 +0200
commit43147c2594f2d8d802113d1cb2bc5bb9c72d3b96 (patch)
tree1c5af46ad1e0d98747c92ba42f7a5943b9eed3be
parente1b50309dfd9c927866f36a0a4662321351ab697 (diff)
downloadmeson-43147c2594f2d8d802113d1cb2bc5bb9c72d3b96.tar.gz
Add release note snippet.cudarebase
-rw-r--r--docs/markdown/snippets/cuda.md7
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 000000000..a4a92cd71
--- /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.