Add release note snippet.

This commit is contained in:
Jussi Pakkanen 2019-01-22 00:02:25 +02:00
parent e1b50309df
commit 43147c2594
1 changed files with 7 additions and 0 deletions

View File

@ -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.