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