aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets')
-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 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.