1. 17 Dec, 2013 1 commit
    • Joseph Noir's avatar
      added configureable result buffer size to spawn_cl · b2ff851b
      Joseph Noir authored
      This is a new argument for the function spawn_cl. It defaults to zero,
      which causes the implementation to calculate the buffer size according
      to the number of create work-items.
      
      The simple matrix example sets the buffer size manually.
      b2ff851b
  2. 02 Dec, 2013 1 commit
  3. 26 Oct, 2013 1 commit
  4. 16 Oct, 2013 1 commit
  5. 09 Oct, 2013 1 commit
  6. 29 Sep, 2013 1 commit
  7. 27 Sep, 2013 2 commits
  8. 13 Sep, 2013 2 commits
  9. 11 Sep, 2013 1 commit
  10. 03 Sep, 2013 2 commits
  11. 02 Sep, 2013 2 commits
  12. 28 Aug, 2013 4 commits
  13. 21 Aug, 2013 1 commit
  14. 13 Jun, 2013 2 commits
  15. 12 Jun, 2013 1 commit
  16. 10 Jun, 2013 1 commit
    • Joseph Noir's avatar
      reduced overhead · c5e6d286
      Joseph Noir authored
      added move to avoid copies, a device id can be chosen when a program
      is created (all available devices are numbered from 0), added
      device_info to store information about available devices
      c5e6d286
  17. 07 Jun, 2013 1 commit
  18. 06 Jun, 2013 1 commit
  19. 04 Jun, 2013 1 commit
  20. 27 May, 2013 3 commits
  21. 13 May, 2013 1 commit
  22. 06 May, 2013 5 commits
  23. 30 Apr, 2013 1 commit
  24. 29 Apr, 2013 2 commits
    • Dominik Charousset's avatar
      priority-aware actors · 8ecfc7db
      Dominik Charousset authored
      this patch adds a new spawn option for priority-aware actors
      and refactors libcppa's message passing; this version has a known
      issue with network distributed group messaging
      8ecfc7db
    • Joseph Noir's avatar
      fixed way to find available platforms · a86e5945
      Joseph Noir authored
      Since OpenCL provides a way to find the number of available platforms,
      the command dispatcher now uses it.
      a86e5945
  25. 19 Apr, 2013 1 commit