From 12861845da4bd86278b049f026e6698ffeb336d1 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Wed, 19 Jun 2019 15:15:54 +0800 Subject: add splitenv & utils.dump --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 594da19f..aded8dbb 100644 --- a/README.md +++ b/README.md @@ -434,7 +434,7 @@ target("cuda_console") ```

-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)`.

-- cgit v1.2.3