[clinfo] 28/55: OpenCL 2.2 support

Andreas Beckmann anbe at moszumanska.debian.org
Sat Jan 13 14:40:01 UTC 2018


This is an automated email from the git hooks/post-receive script.

anbe pushed a commit to branch master
in repository clinfo.

commit cf6538a8d70778f75d36264aa649f5dc616704e0
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Sat Apr 23 11:45:21 2016 +0200

    OpenCL 2.2 support
    
    There are no new device properties declared in the 2.2 provisional
    specification, but a couple of new API calls. Add one of them to the
    list used for ICD loader version checking.
---
 man/clinfo.1 | 2 +-
 src/clinfo.c | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/man/clinfo.1 b/man/clinfo.1
index a0696f0..258b307 100644
--- a/man/clinfo.1
+++ b/man/clinfo.1
@@ -41,7 +41,7 @@ show program version.
 
 .SH CONFORMING TO
 
-OpenCL 1.1, OpenCL 1.2, OpenCL 2.0, OpenCL 2.1.
+OpenCL 1.1, OpenCL 1.2, OpenCL 2.0, OpenCL 2.1, OpenCL 2.2.
 
 .SH EXTENSIONS
 
diff --git a/src/clinfo.c b/src/clinfo.c
index 2068dbf..2ca75ae 100644
--- a/src/clinfo.c
+++ b/src/clinfo.c
@@ -2536,6 +2536,7 @@ struct icd_loader_test {
 	{ 12, "clCreateImage" },
 	{ 20, "clSVMAlloc" },
 	{ 21, "clGetHostTimer" },
+	{ 22, "clSetProgramSpecializationConstant" },
 	{ 0, NULL }
 };
 

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