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:
Diffstat (limited to 'Storage.c')
-rw-r--r--Storage.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/Storage.c b/Storage.c
new file mode 100644
index 0000000..a7478a0
--- /dev/null
+++ b/Storage.c
@@ -0,0 +1,12 @@
+#include "torch/utils.h"
+#include "THC.h"
+#include "THFile.h"
+#include "luaT.h"
+
+#define torch_Storage_(NAME) TH_CONCAT_4(torch_,CReal,Storage_,NAME)
+#define torch_Storage TH_CONCAT_STRING_3(torch.,CReal,Storage)
+#define cutorch_Storage_(NAME) TH_CONCAT_4(cutorch_,CReal,Storage_,NAME)
+
+#include "generic/CStorage.c"
+#include "THCGenerateAllTypes.h"
+