diff options
| author | ruki <[email protected]> | 2019-06-10 22:39:56 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2019-06-10 09:59:37 +0800 |
| commit | 4fe121746da73e547d902cec6942b06681b385de (patch) | |
| tree | ca42412d609384a34fe7d3b6eda0202a5e74ae4f | |
| parent | 1907e99429956b1c31dee51f9510b6b176f75e82 (diff) | |
modify comment
| -rw-r--r-- | xmake/rules/cuda/device_link/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/rules/cuda/device_link/xmake.lua b/xmake/rules/cuda/device_link/xmake.lua index 43905f044..6c1d96983 100644 --- a/xmake/rules/cuda/device_link/xmake.lua +++ b/xmake/rules/cuda/device_link/xmake.lua @@ -33,7 +33,7 @@ rule("cuda.device_link") target:add("rpathdirs", path.join(cuda_dir, "lib")) end) - -- before link + -- @see https://devblogs.nvidia.com/separate-compilation-linking-cuda-device-code/ before_link(function (target, opt) -- imports |
