[clinfo] 40/148: Intel extension to partition by name
Andreas Beckmann
anbe at moszumanska.debian.org
Mon Nov 17 14:09:42 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 d4f5f85d93602a9651b6ae275884e77bd3ee59e8
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date: Mon Mar 10 20:45:25 2014 +0100
Intel extension to partition by name
---
src/clinfo.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/clinfo.c b/src/clinfo.c
index 212b287..3ae55c2 100644
--- a/src/clinfo.c
+++ b/src/clinfo.c
@@ -346,6 +346,8 @@ printDeviceInfo(cl_uint d)
printf("by counts"); break;
case CL_DEVICE_PARTITION_BY_AFFINITY_DOMAIN:
printf("by affinity domain"); break;
+ case CL_DEVICE_PARTITION_BY_NAMES_INTEL:
+ printf("by name (Intel extension)"); break;
default:
printf("by <unknown> (0x%lX)", partprop[cursor]); break;
}
--
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