1. 04 Nov, 2015 1 commit
  2. 28 Sep, 2015 1 commit
  3. 22 Sep, 2015 1 commit
  4. 07 Sep, 2015 1 commit
    • Joseph Noir's avatar
      Enable discovery of multiple platforms. · 95e01a3d
      Joseph Noir authored
      * The metainfo can handle multiple platforms.
      * Devices are now organized by platform.
      * More consistent naming (opencl_metainfo -> metainfo, ...).
      * The metainfo offers the new function get_device_if to find devices by
        their characteristics, (name, maximum work-items, etc.).
      95e01a3d
  5. 04 Sep, 2015 1 commit
    • Joseph Noir's avatar
      Update syntax of spawn_cl · 7d1ea179
      Joseph Noir authored
      The new syntax describes the signature in form of a variadic number of
      in, out and in_out arguments as the last arguments to spawn_cl. This
      allows multiple output arguments as well as arguments used for input as
      well as output. The type of the argument is passed as a template
      parameter to the in, out and in_out classes.
      
      out accepts a function to calculate the size of the result buffer
      from the input arguments for a specific calculation. Per default, its
      size is equal to the number of work items.
      
      The configuration parameters for the actor (work-items, offsets, ...)
      are now wrapped in a spawn_configuration.
      
      Examples and tests have been updated accordingly. For now, the old
      spawn_cl syntax is still valid, but marked as deprecated.
      7d1ea179
  6. 13 Jul, 2015 1 commit
  7. 06 Jul, 2015 1 commit
  8. 11 Jun, 2015 1 commit
  9. 28 May, 2015 1 commit
  10. 04 May, 2015 2 commits
  11. 23 Apr, 2015 1 commit
  12. 22 Apr, 2015 1 commit
  13. 13 Apr, 2015 1 commit
  14. 08 Apr, 2015 2 commits
  15. 06 Mar, 2015 4 commits
  16. 03 Mar, 2015 1 commit
  17. 17 Feb, 2015 1 commit
  18. 09 Feb, 2015 3 commits
  19. 16 Jan, 2015 1 commit
  20. 15 Jan, 2015 2 commits
  21. 12 Jan, 2015 1 commit
  22. 22 Dec, 2014 3 commits
  23. 13 Nov, 2014 1 commit
  24. 05 Nov, 2014 1 commit
  25. 25 Sep, 2014 1 commit
  26. 12 Sep, 2014 1 commit
  27. 07 Aug, 2014 2 commits
  28. 06 Aug, 2014 1 commit
  29. 04 Aug, 2014 1 commit