[arrayfire] 42/408: Remove redefition warning for blas
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:11:13 UTC 2015
This is an automated email from the git hooks/post-receive script.
ghisvail-guest pushed a commit to branch debian/sid
in repository arrayfire.
commit 90a9ffbce5c38352a365e03a634ffaf0d2fb9933
Author: Shehzan Mohammed <shehzan at arrayfire.com>
Date: Thu Jun 25 11:37:46 2015 -0400
Remove redefition warning for blas
---
src/backend/opencl/blas.cpp | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/backend/opencl/blas.cpp b/src/backend/opencl/blas.cpp
index e81c05a..bd811db 100644
--- a/src/backend/opencl/blas.cpp
+++ b/src/backend/opencl/blas.cpp
@@ -72,6 +72,8 @@ BLAS_FUNC(dot, float, S)
BLAS_FUNC(dot, double, D)
#undef BLAS_FUNC_DEF
+#undef BLAS_FUNC
+
#define BLAS_FUNC(NAME, TYPE, PREFIX, SUFFIX) \
template<> \
struct NAME##_func<TYPE> \
--
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