[clinfo] branch master updated (127e18a -> d10f3a8)

Andreas Beckmann anbe at moszumanska.debian.org
Tue Apr 28 12:53:51 UTC 2015


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

anbe pushed a change to branch master
in repository clinfo.

      from  127e18a   finalize changelog for clinfo (0.0.20130513-2)
      adds  77e1386   drop implementation by Simon Richter
      adds  765f90f   Initial commit, get platform info
      adds  960edf7   Start working on device info
      adds  e9cf157   More device info
      adds  4fc1714   Extensions and FP support
      adds  1755032   Some NVIDIA extended info
      adds  d7e9edd   Stupid error in cl_error
      adds  fe5236e   Some misc properties
      adds  8662e7f   Image properties and some rearrangements
      adds  aebb58c   README and LICENSE
      adds  f87b112   Device partition/fission
      adds  eff9714   All OpenCL 1.2 properties
      adds  f0e096a   Atomic counters EXT
      adds  76edbd7   AMD device attributes (plus NV warp size)
      adds  4428820   Preferred work group size multiple
      adds  328e366   Man page
      adds  b2da6b8   Start refactoring
      adds  5fa0fd0   Get rid of single-param GET_STRING, part 1
      adds  8d11e87   Rename GET_STRINGX to GET_STRING
      adds  a5a6bdd   More string sanitation
      adds  9c3c0e8   Formatting cleanup
      adds  94a1224   Present the timer offset in a nicer way
      adds  1fc2795   Missed a couple formatting cleanups
      adds  8f12d4d   cl_khr_image2D_buffer extension
      adds  8914895   Man typo
      adds  05595a7   Better wording
      adds  94d94a4   CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT floating-point config flag
      adds  e2d385b   OpenCL C Version
      adds  73e0a73   Whitespace
      adds  f58a3b3   Minor tuning
      adds  be6427e   Fix extension name
      adds  f80b8c9   Fix extension name in man page too
      adds  8da12b8   Fix excess buffer->strbuf replacement
      adds  e7c0e2a   Show hex for unknown flags
      adds  b89c319   Define vendor extensions
      adds  713a730   Intel local thread execution extension
      adds  295db1c   ext.h cleanup and expansion
      adds  054aa48   Also show max number of sub-devices
      adds  0727058   Fix formatting string warnings
      adds  7f44937   Forgot max samplers property
      adds  d4f5f85   Intel extension to partition by name
      adds  8b53df8   Handle errors in getWGsizes gracefully
      adds  342fcfb   Allow a platform to have no devices
      adds  8173cce   Better solution to handle no-dev platforms
      adds  7050765   Allocate with calloc, not malloc
      adds  9747e6a   Tune handling of no-dev platforms
      adds  e0e8080   Fix param order in calloc()
      adds  3f07a08   Be more careful about handling cl_ types
      adds  312de6c   Refactor MEM_PARAM parenthetical print
      adds  5cf4d82   Remove double space in man page
      adds  2df301b   Support cl_altera_device_temperature extension
      adds  f033366   Add support for AMD device topology property
      adds  5ab8546   man page cleanup
      adds  b65fef3   Flush stdout/err at strategic places
      adds  3b6bbcb   Show supported SPIR versions for cl_khr_spir devices
      adds  f558f57   Document cl_khr_spir support
      adds  a239d27   Found some extra NVIDIA properties
      adds  b56d7a1   Shift a few fields around
      adds  7705c6d   Make it easier to compile clinfo for people with less recent 1.2 OpenCL header files
      adds  dea7aa7   Support cl_qcom_ext_host_ptr extension
      adds  4661c12   Support cl_khr_icd extension
      adds  bdaa646   Up clinfo version in man page
      adds  7821731   Older cl_ext don't have the CL_DEVICE_*_QCOM ext
      adds  7191658   Cosmetic fix
      adds  d42ba10   Ensure better pretty-printing of param names
      adds  cc72376   Use REPORT_ERROR instead of CHECK_ERROR for non-fatals
      adds  8ecdc1b   More switchover to REPORT_ERROR
      adds  8a6a85a   Fix a bug where PCI id's of 0x80 or higher got sign extended in output due to being cl_char in AMD's struct. 86:00.0 was shown as ffffff86:00.0
      adds  e788ef3   Translate nvidia's 'devfunc' to device and function.
      adds  ac46011   Don't rely on external cl_ext
      adds  38cc1d8   On Darwin, use -framework instead of -l
      adds  901c732   cl_APPLE_fp64_basic_ops
      adds  1a32e71   Dump build log on stderr in case of failure
      adds  8d4c1dd   Up clinfo version in manpage
      adds  7f9398e   write_only and read_only are only for images
      adds  c959b01   Single-precision is part of core
      adds  efebf0d   Cleanup memory presentation
      adds  190bb95   Add PCI-E to NVIDIA's device topology output
      adds  acad10e   Skip leading whitespaces in strings
      adds  b9a0097   minor manpage tuning
      adds  0d0d26b   Add forgotten CL_DEVICE_VENDOR_ID
      adds  0349f28   Cleanup 1.2 device detection and add 2.0
      adds  f3003d0   Add 2.0 core properties to ext.h
      adds  1c89d76   Introduce support for 2.0 properties
      adds  798d35d   Document preliminary 2.0 support
      adds  c7618c1   Up clinfo version in manpage
      adds  2a502a9   Handle unspecified partition types
      adds  be8b33b   cl_amd_svm support
      adds  934d7f9   Properly support multi-type devices
      adds  bea9268   Tweaks for easier MSVC support
      adds  74c9bcb   Put format macro inclusion/definition in own header
      adds  0ac33f4   Initial support for Microsoft's C compiler
      adds  a0c45f3   Support older OpenCL 1.2 headers
      adds  00c96c5   Add missing header to ms_support.h
      adds  8bdc95a   Convert platform info to traits mechanism
      adds  822df6d   Conditional platform property check
      adds  ab1a9a7   Raw vs human output modes
      adds  219724f   Preliminary change to ease switching device info over to traits
      adds  9be5f75   Start working on traits approach for device info
      adds  a15e672   Cleanup extensions treatment
      adds  8ad7bc7   Device extensions via traits
      adds  052d50a   Device type as traits (almost)
      adds  274b604   Hack to pass devtype to the device info checks
      adds  1fb74e5   Device topology AMD traits
      adds  7bf909f   Introduce output-mode specific device info
      adds  eeaf870   Device Topology (NV) traits
      adds  14f4bf0   Further progress in dev info traits
      adds  914439d   Traits for device partition
      adds  e633d83   Build with debug and all warnings enabled
      adds  0e2502a   Work group sizes traits
      adds  caf656f   Fix device extension identification for double
      adds  14e8829   Preferred / native vector width traits
      adds  5400394   FP_CONFIG traits
      adds  ffff11b   Arch traits
      adds  845c5f8   Global memory traits
      adds  0c62294   SVM traits
      adds  f2492cc   Device Partition header only if device partition is supported
      adds  ba65b0c   Missing 'Floating-point support' string
      adds  320eded   Differentiate 'next partitionable' and 'next fissionable'
      adds  0019f70   AMD memory fixes
      adds  79bd078   Misc traits
      adds  c78db56   Images, local and constant memory traits
      adds  816ed5d   Ugh, typo
      adds  f2c1d17   Done with the traits
      adds  e2d62fd   Minor fixes
      adds  9430cf8   Less hackish approach to affinity domain mess
      adds  5e712bc   Raw mode fixes
      adds  3bcc4de   Command-line processing
      adds  2406641   Version 2.0.14.11.07
      adds  b0a0457   Script to update the version string
      adds  bd6e5ad   Oops
      adds  1f7ef31   Raw output tuning
      adds  4761400   Purge obsolete macros
      adds  7569b2d   Line prefix with platform/device in raw mode device info
      adds  ba493cf   Comment fix
      adds  27fe7b1   Append to CFLAGS, don't overwrite
      adds  6eb23fb   Custom, safer, copy to strbuf
      adds  69fb99f   Report implementation behavior for NULL platform
      adds  c0fc141   Document NULL platform checks
      adds  e9bd3cf   Some cleanups
      adds  4b6707b   Version 2.0.14.11.10
      adds  db0a4d9   clGetPlatformInfo can also take a NULL cl_platform_id
      adds  cb118b1   Test NULL properties in clCreateContextFromType
      adds  32e6ad8   Adjust documentation
      adds  ef680c7   Version 2.0.14.11.11
      adds  2f8812a   Remove dead increments (clang-scan)
      adds  2e979bd   Query ICD loader properties if possible
      adds  3ad23fe   Man page rearrangement
      adds  3263181   Version 2.0.14.11.16
      adds  d669fa8   Merge tag 'upstream/0.0.git20141116-g3263181' into experimental
      adds  e32dab2   switch to the implementation from http://github.com/Oblomov/clinfo
      adds  2e3cdbb   finalize changelog for clinfo (0.0.git20141116-g3263181-1), upload to experimental
       new  bb82d28   Typos in man
       new  2a87c89   Some support for cl_amd_offline_devices
       new  19aaa56   Two new undocumented AMD properties
       new  209ebf0   Format fixes
       new  4725689   Handle lack of platforms more gracefully
       new  261b679   Zero inits everywhere
       new  6067512   Conditional non-default NULL context test
       new  0d36ed9   The GFXIP prop from AMD is 'Graphics IP'
       new  1c1469b   Remove last hard-coded %zu
       new  94fdb47   More format macro fixes for Windows
       new  0ca3596   Tag versions
       new  3ed97df   Version 2.0.15.03.24
       new  e523c93   Warn about ignored command-line parameters
       new  d61a28f   Preliminary support for list mode
       new  0d402ea   List offline devices too in offline mode
       new  9509a99   Different glyph for last device in list view
       new  d1ad879   List mode output tuning
       new  7ec2bfd   List mode: document in man and add a TODO
       new  3555d1f   Suppress sign-compare warnings
       new  10dc9d5   Mark unused parameters
       new  ec3db81   Clean build with -Wextra
       new  a21c4d8   Cleanups by clang's static analyzer
       new  fb99d6c   Some updates from cl_amd_device_attribute_query v3
       new  015e77a   Tune handing of platforms with no devices
       new  5665c86   We're using C99
       new  b2b2127   Experimental support for a few other Intel extension
       new  b953d22   Version 2.0.15.04.28
       new  aadd9c6   Merge tag 'upstream/2.0.15.04.28'
       new  25b06f8   new upstream release 2.0.15.04.28
       new  d10f3a8   finalize changelog for clinfo (2.0.15.04.28-1), upload to unstable

The 30 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .gitignore                         |    3 +
 COPYING                            |  674 -----
 LICENSE                            |    3 +
 Makefile                           |   22 +
 Makefile.am                        |   23 -
 Makefile.in                        |  691 -----
 README                             |    6 +
 aclocal.m4                         |  971 ------
 clinfo.cpp                         |   69 -
 config.h.in                        |   61 -
 configure                          | 5873 ------------------------------------
 configure.ac                       |   40 -
 debian/changelog                   |   16 +
 debian/clinfo.install              |    1 +
 debian/clinfo.manpages             |    1 +
 debian/control                     |   16 +-
 debian/copyright                   |    9 +-
 debian/patches/fix-no-devices.diff |   20 -
 debian/patches/fix-opencl-1.1.diff |   12 -
 debian/patches/series              |    3 -
 debian/patches/spelling.diff       |   14 -
 debian/rules                       |    4 +-
 depcomp                            |  708 -----
 device.cpp                         |  176 --
 device.h                           |  113 -
 install-sh                         |  527 ----
 man/clinfo.1                       |  180 ++
 missing                            |  331 --
 new-version.sh                     |   24 +
 output_amd_compat.cpp              |  137 -
 output_amd_compat.h                |   10 -
 output_common.cpp                  |   18 -
 output_common.h                    |    8 -
 platform.cpp                       |   65 -
 platform.h                         |   33 -
 src/clinfo.c                       | 2571 ++++++++++++++++
 src/error.h                        |   50 +
 src/ext.h                          |  154 +
 src/fmtmacros.h                    |   24 +
 src/memory.h                       |   21 +
 src/ms_support.h                   |   47 +
 src/strbuf.h                       |   65 +
 42 files changed, 3211 insertions(+), 10583 deletions(-)
 create mode 100644 .gitignore
 delete mode 100644 COPYING
 create mode 100644 LICENSE
 create mode 100644 Makefile
 delete mode 100644 Makefile.am
 delete mode 100644 Makefile.in
 create mode 100644 README
 delete mode 100644 aclocal.m4
 delete mode 100644 clinfo.cpp
 delete mode 100644 config.h.in
 delete mode 100755 configure
 delete mode 100644 configure.ac
 create mode 100644 debian/clinfo.install
 create mode 100644 debian/clinfo.manpages
 delete mode 100644 debian/patches/fix-no-devices.diff
 delete mode 100644 debian/patches/fix-opencl-1.1.diff
 delete mode 100644 debian/patches/series
 delete mode 100644 debian/patches/spelling.diff
 delete mode 100755 depcomp
 delete mode 100644 device.cpp
 delete mode 100644 device.h
 delete mode 100755 install-sh
 create mode 100644 man/clinfo.1
 delete mode 100755 missing
 create mode 100755 new-version.sh
 delete mode 100644 output_amd_compat.cpp
 delete mode 100644 output_amd_compat.h
 delete mode 100644 output_common.cpp
 delete mode 100644 output_common.h
 delete mode 100644 platform.cpp
 delete mode 100644 platform.h
 create mode 100644 src/clinfo.c
 create mode 100644 src/error.h
 create mode 100644 src/ext.h
 create mode 100644 src/fmtmacros.h
 create mode 100644 src/memory.h
 create mode 100644 src/ms_support.h
 create mode 100644 src/strbuf.h

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