diff options
| author | OpportunityLiu <[email protected]> | 2019-06-02 15:35:31 +0800 |
|---|---|---|
| committer | OpportunityLiu <[email protected]> | 2019-06-02 15:35:31 +0800 |
| commit | 243217c3c504e6038dce8899ad30dd7ea432499b (patch) | |
| tree | c277ec0f3efe112a1650d7d1231c62f14c2d3092 | |
| parent | 91fcda17af5b35c2c5bc8ee02a39f6d88d431626 (diff) | |
fix a typo
| -rw-r--r-- | xmake/modules/lib/detect/find_cudadevices.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmake/modules/lib/detect/find_cudadevices.lua b/xmake/modules/lib/detect/find_cudadevices.lua index 683831add..c009319aa 100644 --- a/xmake/modules/lib/detect/find_cudadevices.lua +++ b/xmake/modules/lib/detect/find_cudadevices.lua @@ -240,7 +240,7 @@ function _order_by_flops(devices) return devices end --- find cuda devices on the host +-- find cuda devices of the host -- -- @param opt the options -- e.g. { verbose = false, force = false, cachekey = "xxxx", min_sm_arch = 35, skip_compute_mode_prohibited = false, order_by_flops = true } |
