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>2016-11-01 18:10:35 +0300
committerGitHub <noreply@github.com>2016-11-01 18:10:35 +0300
commit1b2cae6730d3af8b20365e712144e04bdc48b9b2 (patch)
tree020c56f5cc75bb3bb0e157a028313f1ba5b9296e
parent0b33e2cadb731c10df7cb94d87717536fa83c913 (diff)
parent04f40ebacc893dc39217d4af4ad043abb1a2d775 (diff)
Merge pull request #577 from dbolkensteyn/mathscan
CMake: Install generic/THCTensorMathScan.h
-rw-r--r--lib/THC/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/THC/CMakeLists.txt b/lib/THC/CMakeLists.txt
index b081345..e5c202a 100644
--- a/lib/THC/CMakeLists.txt
+++ b/lib/THC/CMakeLists.txt
@@ -269,6 +269,8 @@ INSTALL(FILES
generic/THCTensorMathPointwise.cu
generic/THCTensorMathReduce.h
generic/THCTensorMathReduce.cu
+ generic/THCTensorMathScan.h
+ generic/THCTensorMathScan.cu
generic/THCTensorScatterGather.h
generic/THCTensorScatterGather.cu
generic/THCTensorIndex.h