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/THCDeviceUtils.cuh')
-rw-r--r--lib/THC/THCDeviceUtils.cuh1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/THC/THCDeviceUtils.cuh b/lib/THC/THCDeviceUtils.cuh
index 8052860..4ae2bee 100644
--- a/lib/THC/THCDeviceUtils.cuh
+++ b/lib/THC/THCDeviceUtils.cuh
@@ -43,7 +43,6 @@ __device__ __forceinline__ unsigned int ACTIVE_MASK()
#endif
}
-
__device__ __forceinline__ int WARP_BALLOT(int predicate, unsigned int mask = 0xffffffff)
{
#if CUDA_VERSION >= 9000