[arrayfire] 197/408: namespace fix for POST_LAUNCH_CHECK macro: cuda backend
Ghislain Vaillant
ghisvail-guest at moszumanska.debian.org
Mon Sep 21 19:11:56 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 60c497976f3fc064d618f52579e0622a21630e19
Author: pradeep <pradeep at arrayfire.com>
Date: Thu Aug 6 11:17:51 2015 -0400
namespace fix for POST_LAUNCH_CHECK macro: cuda backend
---
src/backend/cuda/debug_cuda.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/backend/cuda/debug_cuda.hpp b/src/backend/cuda/debug_cuda.hpp
index 813456b..084d12f 100644
--- a/src/backend/cuda/debug_cuda.hpp
+++ b/src/backend/cuda/debug_cuda.hpp
@@ -46,7 +46,7 @@
#ifndef NDEBUG
#define POST_LAUNCH_CHECK() do { \
- CUDA_CHECK(cudaStreamSynchronize(getStream(getActiveDeviceId()))); \
+ CUDA_CHECK(cudaStreamSynchronize(cuda::getStream(cuda::getActiveDeviceId()))); \
} while(0) \
#else
--
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