[clinfo] annotated tag debian/0.0.git20141116-g3263181-1 created (now 01f600b)

Andreas Beckmann anbe at moszumanska.debian.org
Mon Nov 17 14:10:09 UTC 2014


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

anbe pushed a change to annotated tag debian/0.0.git20141116-g3263181-1
in repository clinfo.

        at  01f600b   (tag)
   tagging  2e3cdbb5c313e144a58dddf89f982c9b0c37d768 (commit)
  replaces  debian/0.0.20130513-2
 tagged by  Andreas Beckmann
        on  Mon Nov 17 06:49:11 2014 +0100

- Log -----------------------------------------------------------------
clinfo Debian release 0.0.git20141116-g3263181-1
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAABCAAGBQJUaYxXAAoJEF+zP5NZ6e0I2V4P/1vhDXm4pEdiCy3lZ9V09tjc
SNmaZeK580hotV4FIB89XHpoUy9EUQkKNnJ/xRDn2D0KzyNdXaKV6nwKM1h0HyRG
NUgkR96FDO9qj4+BF7SLJpuc8+F29rw1I0IfU8eObZH7I3sfiGmWi7MWuWVwZB57
BHnsClBuDM4Yk+RiR1+Ng3/Boetp3xOjhxMJszecSgCFKo/fmhZKML4yV8hjGX6Z
tLCrPtg8brG2U6r1Of42lD3RUrn1o5FsbmOaL4jjnMvsToJafteEzxRxdDYEJIMm
Mxi0GrFjjJDID0Goj08kNqtcbjUsHx8ADg2jB0CeU8lPtKgemy1T9ppYK7VitEUT
Rq0noAKecoYkB++UMJL0t7TDesOnlAFLtQc6vXIVv1XhcxcDRRQr99Utv6I9KyDf
90jDAdhfKb7nM5xjgOXs3pJ3unOBBw/y8kzj2rqZ2xoHsEHFUgKPDPnlJkSV3jC8
UYu20vftwanvBcVNM2KCrtYwUrU2Lv/AfYijTNJ1zyEGoQcl/b6VeiIqU+qtbAL2
7rwka5VyAHtR36Xw0n5r0smYRSjZV//fHToFHtJujyvF4oDZR9JlUAJqiIvfnQcB
zeRGz+FYDCdnYENTqnNnwpyTRrogk712oS7eYcZb4rgyrIy1ThjO4CkqyvoDy1ht
1NdiWrMy1W/VA2Nm36xD
=MRzX
-----END PGP SIGNATURE-----

Andreas Beckmann (4):
      drop implementation by Simon Richter
      Merge tag 'upstream/0.0.git20141116-g3263181' into experimental
      switch to the implementation from http://github.com/Oblomov/clinfo
      finalize changelog for clinfo (0.0.git20141116-g3263181-1), upload to experimental

Giuseppe Bilotta (146):
      Initial commit, get platform info
      Start working on device info
      More device info
      Extensions and FP support
      Some NVIDIA extended info
      Stupid error in cl_error
      Some misc properties
      Image properties and some rearrangements
      README and LICENSE
      Device partition/fission
      All OpenCL 1.2 properties
      Atomic counters EXT
      AMD device attributes (plus NV warp size)
      Preferred work group size multiple
      Man page
      Start refactoring
      Get rid of single-param GET_STRING, part 1
      Rename GET_STRINGX to GET_STRING
      More string sanitation
      Formatting cleanup
      Present the timer offset in a nicer way
      Missed a couple formatting cleanups
      cl_khr_image2D_buffer extension
      Man typo
      Better wording
      CL_FP_CORRECTLY_ROUNDED_DIVIDE_SQRT floating-point config flag
      OpenCL C Version
      Whitespace
      Minor tuning
      Fix extension name
      Fix extension name in man page too
      Fix excess buffer->strbuf replacement
      Show hex for unknown flags
      Define vendor extensions
      Intel local thread execution extension
      ext.h cleanup and expansion
      Also show max number of sub-devices
      Fix formatting string warnings
      Forgot max samplers property
      Intel extension to partition by name
      Handle errors in getWGsizes gracefully
      Allow a platform to have no devices
      Better solution to handle no-dev platforms
      Allocate with calloc, not malloc
      Tune handling of no-dev platforms
      Fix param order in calloc()
      Be more careful about handling cl_ types
      Refactor MEM_PARAM parenthetical print
      Remove double space in man page
      Support cl_altera_device_temperature extension
      Add support for AMD device topology property
      man page cleanup
      Flush stdout/err at strategic places
      Show supported SPIR versions for cl_khr_spir devices
      Document cl_khr_spir support
      Found some extra NVIDIA properties
      Shift a few fields around
      Make it easier to compile clinfo for people with less recent 1.2 OpenCL header files
      Support cl_qcom_ext_host_ptr extension
      Support cl_khr_icd extension
      Up clinfo version in man page
      Older cl_ext don't have the CL_DEVICE_*_QCOM ext
      Cosmetic fix
      Ensure better pretty-printing of param names
      Use REPORT_ERROR instead of CHECK_ERROR for non-fatals
      More switchover to REPORT_ERROR
      Don't rely on external cl_ext
      On Darwin, use -framework instead of -l
      cl_APPLE_fp64_basic_ops
      Dump build log on stderr in case of failure
      Up clinfo version in manpage
      write_only and read_only are only for images
      Single-precision is part of core
      Cleanup memory presentation
      Add PCI-E to NVIDIA's device topology output
      Skip leading whitespaces in strings
      minor manpage tuning
      Add forgotten CL_DEVICE_VENDOR_ID
      Cleanup 1.2 device detection and add 2.0
      Add 2.0 core properties to ext.h
      Introduce support for 2.0 properties
      Document preliminary 2.0 support
      Up clinfo version in manpage
      Handle unspecified partition types
      cl_amd_svm support
      Properly support multi-type devices
      Tweaks for easier MSVC support
      Put format macro inclusion/definition in own header
      Initial support for Microsoft's C compiler
      Support older OpenCL 1.2 headers
      Add missing header to ms_support.h
      Convert platform info to traits mechanism
      Conditional platform property check
      Raw vs human output modes
      Preliminary change to ease switching device info over to traits
      Start working on traits approach for device info
      Cleanup extensions treatment
      Device extensions via traits
      Device type as traits (almost)
      Hack to pass devtype to the device info checks
      Device topology AMD traits
      Introduce output-mode specific device info
      Device Topology (NV) traits
      Further progress in dev info traits
      Traits for device partition
      Build with debug and all warnings enabled
      Work group sizes traits
      Fix device extension identification for double
      Preferred / native vector width traits
      FP_CONFIG traits
      Arch traits
      Global memory traits
      SVM traits
      Device Partition header only if device partition is supported
      Missing 'Floating-point support' string
      Differentiate 'next partitionable' and 'next fissionable'
      AMD memory fixes
      Misc traits
      Images, local and constant memory traits
      Ugh, typo
      Done with the traits
      Minor fixes
      Less hackish approach to affinity domain mess
      Raw mode fixes
      Command-line processing
      Version 2.0.14.11.07
      Script to update the version string
      Oops
      Raw output tuning
      Purge obsolete macros
      Line prefix with platform/device in raw mode device info
      Comment fix
      Append to CFLAGS, don't overwrite
      Custom, safer, copy to strbuf
      Report implementation behavior for NULL platform
      Document NULL platform checks
      Some cleanups
      Version 2.0.14.11.10
      clGetPlatformInfo can also take a NULL cl_platform_id
      Test NULL properties in clCreateContextFromType
      Adjust documentation
      Version 2.0.14.11.11
      Remove dead increments (clang-scan)
      Query ICD loader properties if possible
      Man page rearrangement
      Version 2.0.14.11.16

magnum (2):
      Fix a bug where PCI id's of 0x80 or higher got sign extended in output
      Translate nvidia's 'devfunc' to device and function.

-----------------------------------------------------------------------

This annotated tag includes the following new commits:

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

The 152 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.


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