[clinfo] 30/148: Fix extension name
Andreas Beckmann
anbe at moszumanska.debian.org
Mon Nov 17 14:09:41 UTC 2014
This is an automated email from the git hooks/post-receive script.
anbe pushed a commit to branch clinfo
in repository clinfo.
commit be6427e3fbd13cab6f05dbb1bdb0fef72102cf6a
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date: Sat Jun 8 11:16:26 2013 +0200
Fix extension name
---
src/clinfo.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/clinfo.c b/src/clinfo.c
index 803bc57..8cdb738 100644
--- a/src/clinfo.c
+++ b/src/clinfo.c
@@ -195,7 +195,7 @@ printDeviceInfo(cl_uint d)
char has_amd[30] = {0};
char has_fission[22] = {0};
char has_atomic_counters[26] = {0};
- char has_image2d_buffer[22] = {0};
+ char has_image2d_buffer[27] = {0};
// device supports OpenCL 1.2
cl_bool is_12 = CL_FALSE;
@@ -285,7 +285,7 @@ printDeviceInfo(cl_uint d)
CHECK_EXT(atomic_counters, cl_ext_atomic_counters_64);
if (!*has_atomic_counters)
CHECK_EXT(atomic_counters, cl_ext_atomic_counters_32);
- CHECK_EXT(image2d_buffer, cl_khr_image2D_buffer);
+ CHECK_EXT(image2d_buffer, cl_khr_image2d_from_buffer);
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-opencl/clinfo.git
More information about the Pkg-opencl-commits
mailing list