[arrayfire] 02/34: Add missing compute2cores versions
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Sun Sep 27 14:46:01 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch dfsg-clean
in repository arrayfire.
commit b40e017e42bf6060582f66a0a789b2561d6c5f5b
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date: Tue Sep 8 17:27:06 2015 -0400
Add missing compute2cores versions
---
src/backend/cuda/platform.cpp | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/src/backend/cuda/platform.cpp b/src/backend/cuda/platform.cpp
index df15ce3..4fe24c6 100644
--- a/src/backend/cuda/platform.cpp
+++ b/src/backend/cuda/platform.cpp
@@ -43,8 +43,12 @@ static inline int compute2cores(int major, int minor)
{ 0x20, 32 },
{ 0x21, 48 },
{ 0x30, 192 },
+ { 0x32, 192 },
{ 0x35, 192 },
+ { 0x37, 192 },
{ 0x50, 128 },
+ { 0x52, 128 },
+ { 0x53, 128 },
{ -1, -1 },
};
--
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