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/THCTensorCopy.cu')
-rw-r--r--lib/THC/THCTensorCopy.cu1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/THC/THCTensorCopy.cu b/lib/THC/THCTensorCopy.cu
index ea38d2e..e74d23d 100644
--- a/lib/THC/THCTensorCopy.cu
+++ b/lib/THC/THCTensorCopy.cu
@@ -1,5 +1,6 @@
#include "THCApply.cuh"
#include "THCHalf.h"
+#include "THCNumerics.cuh"
inline int curGPU() {
int curDev;