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/THCApply.cu')
-rw-r--r--lib/THC/THCApply.cu10
1 files changed, 0 insertions, 10 deletions
diff --git a/lib/THC/THCApply.cu b/lib/THC/THCApply.cu
deleted file mode 100644
index 3ee9d51..0000000
--- a/lib/THC/THCApply.cu
+++ /dev/null
@@ -1,10 +0,0 @@
-#include "THCApply.cuh"
-
-// Implementation of copyIgnoringOverlaps, defined after pointwiseApply2.
-void THCudaTensor_copyIgnoringOverlaps(THCState* state,
- THCudaTensor* dst,
- THCudaTensor* src) {
- THCudaTensor_pointwiseApply2(state, dst, src, CopyOp<float>(),
- ReadOnly, // ignore overwrites
- ReadOnly);
-}