diff options
| author | ruki <[email protected]> | 2022-05-01 22:21:48 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2022-05-01 22:21:48 +0800 |
| commit | 8c76018e3ff63b122fbd5fe64bae780f9b4ee19e (patch) | |
| tree | 73c38095e2467901b3b2bff06f6ffcdd68e18414 /xmake/toolchains/cuda | |
| parent | e456ecaf8539a67d5e0d3354d7bd5eb9727852a0 (diff) | |
update readme
Diffstat (limited to 'xmake/toolchains/cuda')
| -rw-r--r-- | xmake/toolchains/cuda/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/toolchains/cuda/xmake.lua b/xmake/toolchains/cuda/xmake.lua index 2145368a7..46427e538 100644 --- a/xmake/toolchains/cuda/xmake.lua +++ b/xmake/toolchains/cuda/xmake.lua @@ -23,7 +23,7 @@ toolchain("cuda") -- set homepage set_homepage("https://developer.nvidia.com/cuda-toolkit") - set_description("CUDA Toolkit") + set_description("CUDA Toolkit (nvcc, nvc, nvc++, nvfortran)") -- set toolset set_toolset("cc", "nvc") |
