[arrayfire] 251/284: Adding compute 37 to list of accepted CUDA computes

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Feb 7 18:59:38 UTC 2016


This is an automated email from the git hooks/post-receive script.

ghisvail-guest pushed a commit to branch debian/experimental
in repository arrayfire.

commit 519d3bb3f5a7e243223fea2da6709a6550b32816
Author: Pavan Yalamanchili <pavan at arrayfire.com>
Date:   Thu Jan 28 15:37:57 2016 -0500

    Adding compute 37 to list of accepted CUDA computes
---
 src/backend/cuda/CMakeLists.txt | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/src/backend/cuda/CMakeLists.txt b/src/backend/cuda/CMakeLists.txt
index 4c74070..81d6ba2 100644
--- a/src/backend/cuda/CMakeLists.txt
+++ b/src/backend/cuda/CMakeLists.txt
@@ -18,6 +18,7 @@ IF(    CUDA_COMPUTE_20
     OR CUDA_COMPUTE_30
     OR CUDA_COMPUTE_32
     OR CUDA_COMPUTE_35
+    OR CUDA_COMPUTE_37
     OR CUDA_COMPUTE_50
     OR CUDA_COMPUTE_52
     OR CUDA_COMPUTE_53
@@ -49,7 +50,7 @@ MACRO(SET_COMPUTE VERSION)
 ENDMACRO(SET_COMPUTE)
 
 # Iterate over compute versions. Create variables and enable computes if needed
-FOREACH(VER 20 30 32 35 50 52 53)
+FOREACH(VER 20 30 32 35 37 50 52 53)
     OPTION(CUDA_COMPUTE_${VER} "CUDA Compute Capability ${VER}" OFF)
     MARK_AS_ADVANCED(CUDA_COMPUTE_${VER})
     IF(${CUDA_COMPUTE_${VER}})

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/arrayfire.git



More information about the debian-science-commits mailing list