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

github.com/torch/cutorch.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSoumith Chintala <soumith@gmail.com>2014-07-26 19:44:37 +0400
committerSoumith Chintala <soumith@gmail.com>2014-07-26 19:44:37 +0400
commit1f2bec4574d9151ff70388f46af1be5fe178799b (patch)
tree784882e5484b78883fd0d980e428ade2de1fb353 /init.lua
parenta6d591c7470c48ca5fb3fa197b5192eda7e5a409 (diff)
adding torch/ffi for CudaTensor/CudaStorage
Diffstat (limited to 'init.lua')
-rw-r--r--init.lua1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.lua b/init.lua
index d1f21f6..2d68a3b 100644
--- a/init.lua
+++ b/init.lua
@@ -5,6 +5,7 @@ torch.CudaStorage.__tostring__ = torch.FloatStorage.__tostring__
torch.CudaTensor.__tostring__ = torch.FloatTensor.__tostring__
include('Tensor.lua')
+include('FFI.lua')
include('test.lua')
return cutorch