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 'lib/THC/THCStorage.c')
-rw-r--r--lib/THC/THCStorage.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/THC/THCStorage.c b/lib/THC/THCStorage.c
new file mode 100644
index 0000000..6fc9574
--- /dev/null
+++ b/lib/THC/THCStorage.c
@@ -0,0 +1,6 @@
+#include "THCStorage.h"
+#include "THCGeneral.h"
+#include "THAtomic.h"
+
+#include "generic/THCStorage.c"
+#include "THCGenerateAllTypes.h"