diff options
Diffstat (limited to 'Help/release/dev/cuda-architectures.rst')
-rw-r--r-- | Help/release/dev/cuda-architectures.rst | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Help/release/dev/cuda-architectures.rst b/Help/release/dev/cuda-architectures.rst new file mode 100644 index 0000000..dc6c55b --- /dev/null +++ b/Help/release/dev/cuda-architectures.rst @@ -0,0 +1,6 @@ +cuda-architectures +------------------ + +* Added :prop_tgt:`CUDA_ARCHITECTURES` target property for specifying CUDA + output architectures. Users are encouraged to use this instead of specifying + options manually, as this approach is compiler-agnostic. |