Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/soumith/cudnn.torch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralbanD <alban@robots.ox.ac.uk>2016-08-18 15:13:54 +0300
committeralbanD <alban@robots.ox.ac.uk>2016-08-18 15:13:54 +0300
commit9b4bc3b5162889c41a162b64181f795de919ad48 (patch)
treee979444b3e599d0d47a56c6a303f063ae86b174a /ffi.lua
parente079d80ea624cbd996e66aa3d6716af31f3a9aa5 (diff)
add cudnn.externalizeString
Diffstat (limited to 'ffi.lua')
-rw-r--r--ffi.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi.lua b/ffi.lua
index 3354dc7..cf56341 100644
--- a/ffi.lua
+++ b/ffi.lua
@@ -1608,7 +1608,7 @@ if cudnn.version < 5005 then
.. ' \nAre you using an older version of CuDNN?')
end
--- cechk GPU driver version
+-- check GPU driver version
local props = cutorch.getDeviceProperties(cutorch.getDevice())
if cutorch.driverVersion and -- for backward compatiblity
not(cutorch.driverVersion >= 7050 -- desktop GPUs