diff options
| author | ruki <waruqi@gmail.com> | 2019-06-19 16:14:43 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-06-19 16:14:43 +0800 |
| commit | ea389f3a7e36cf38bc24bb9a7b18de6984b6a05f (patch) | |
| tree | 4d8850964274961c23008e0854b678272ffdf060 /README.md | |
| parent | 1e3bf498456a76a11592c30d8952d11277def5ac (diff) | |
| parent | 12861845da4bd86278b049f026e6698ffeb336d1 (diff) | |
| download | xmake-docs-docute.tar.gz xmake-docs-docute.zip | |
Merge pull request #9 from OpportunityLiu/masterdocute
add splitenv & utils.dump
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -434,7 +434,7 @@ target("cuda_console") ``` <p class="tip"> -Starting with v2.2.7, the default build will enable device-link, @see https://devblogs.nvidia.com/separate-compilation-linking-cuda-device-code/ +Starting with v2.2.7, the default build will enable device-link. (see [Separate Compilation and Linking of CUDA C++ Device Code](https://devblogs.nvidia.com/separate-compilation-linking-cuda-device-code/)) If you want to disable device-link, you can set it with `add_values("cuda.devlink", false)`. </p> |
