From 243217c3c504e6038dce8899ad30dd7ea432499b Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Sun, 2 Jun 2019 15:35:31 +0800 Subject: fix a typo --- xmake/modules/lib/detect/find_cudadevices.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } -- cgit v1.3.1