[arrayfire] 179/248: Fix cuda shared memory instantiation for s64 and u64

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Tue Nov 17 15:54:24 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 944159c33c009b882e1e84b8385dcc10d0d037d1
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date:   Tue Nov 3 10:56:44 2015 -0500

    Fix cuda shared memory instantiation for s64 and u64
---
 src/backend/cuda/kernel/shared.hpp | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/backend/cuda/kernel/shared.hpp b/src/backend/cuda/kernel/shared.hpp
index 742afab..ab7f6d9 100644
--- a/src/backend/cuda/kernel/shared.hpp
+++ b/src/backend/cuda/kernel/shared.hpp
@@ -47,6 +47,8 @@ SPECIALIZE(uint)
 SPECIALIZE(short)
 SPECIALIZE(ushort)
 SPECIALIZE(uchar)
+SPECIALIZE(intl)
+SPECIALIZE(uintl)
 
 #undef SPECIALIZE
 

-- 
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