[clinfo] 62/148: Older cl_ext don't have the CL_DEVICE_*_QCOM ext

Andreas Beckmann anbe at moszumanska.debian.org
Mon Nov 17 14:09:46 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 782173154caa4459510db93b19be1a2c2db469b1
Author: Giuseppe Bilotta <giuseppe.bilotta at gmail.com>
Date:   Sun Sep 21 14:04:23 2014 +0200

    Older cl_ext don't have the CL_DEVICE_*_QCOM ext
---
 src/ext.h | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/ext.h b/src/ext.h
index 0008101..7b52a45 100644
--- a/src/ext.h
+++ b/src/ext.h
@@ -47,6 +47,10 @@ typedef union
 /* cl_intel_device_partition_by_names */
 #define CL_DEVICE_PARTITION_BY_NAMES_INTEL          0x4052
 
+/* cl_qcom_ext_host_ptr */
+#define CL_DEVICE_EXT_MEM_PADDING_IN_BYTES_QCOM     0x40A0
+#define CL_DEVICE_PAGE_SIZE_QCOM                    0x40A1
+
 /* cl_khr_spir */
 #define CL_DEVICE_SPIR_VERSIONS                     0x40E0
 

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