From bdbc1feba90e0155b15bb488596612c3f5ac2d23 Mon Sep 17 00:00:00 2001 From: OpportunityLiu Date: Sun, 2 Jun 2019 15:36:03 +0800 Subject: improve english doc --- manual.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manual.md b/manual.md index 68e05eb0..b92ddf05 100644 --- a/manual.md +++ b/manual.md @@ -8129,7 +8129,8 @@ local devices = find_cudadevices({ min_sm_arch = 35, order_by_flops = true }) The result returned is: `{ { ['$id'] = 0, name = "GeForce GTX 960M", major = 5, minor = 0, ... }, ... }` -The included properties will vary depending on the current CUDA version. Refer to [CUDA Toolkit Documentation](https://docs.nvidia.com/cuda/cuda-runtime-api/structcudaDeviceProp.html#structcudaDeviceProp) and its historical version. +The included properties will vary depending on the current CUDA version. +Please refer to [CUDA Toolkit Documentation](https://docs.nvidia.com/cuda/cuda-runtime-api/structcudaDeviceProp.html#structcudaDeviceProp) and its historical version for more information. ###### detect.features -- cgit v1.2.3