- 03 Sep, 2013 2 commits
-
-
Joseph Noir authored
-
Joseph Noir authored
-
- 02 Sep, 2013 2 commits
-
-
Joseph Noir authored
-
Joseph Noir authored
-
- 28 Aug, 2013 4 commits
-
-
Joseph Noir authored
-
Joseph Noir authored
removed command_dummy, renamed command_impl to command
-
Joseph Noir authored
arguments are part of the class anyway, no need to pass them around
-
Joseph Noir authored
-
- 21 Aug, 2013 1 commit
-
-
Dominik Charousset authored
this patch renames `optional` to `optional` in advance of porting libcppa to boost
-
- 13 Jun, 2013 2 commits
-
-
Joseph Noir authored
-
Joseph Noir authored
The clCreateContext previously ignored all devices but the first, a context should now be created for all present devices.
-
- 12 Jun, 2013 1 commit
-
-
Dominik Charousset authored
Conflicts: cppa.files
-
- 10 Jun, 2013 1 commit
-
-
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
-
- 07 Jun, 2013 1 commit
-
-
Joseph Noir authored
Added opencl_metainfo to handle opencl context and devices, moved spawn implementation to opencl.hpp header. Adjusted other classes.
-
- 06 Jun, 2013 1 commit
-
-
Joseph Noir authored
-
- 04 Jun, 2013 1 commit
-
-
Joseph Noir authored
-
- 27 May, 2013 3 commits
-
-
Joseph Noir authored
Error handeling for clGetProgramBuildInfo added.
-
Dominik Charousset authored
Conflicts: examples/opencl/simple_matrix.cpp
-
Dominik Charousset authored
bundled all type trait classes in header "cppa/util/type_traits.hpp" and refactored some code pieces for clearity
-
- 13 May, 2013 1 commit
-
-
Dominik Charousset authored
-
- 06 May, 2013 5 commits
-
-
Joseph Noir authored
-
Joseph Noir authored
Only error is written to logfile, build log is written to cerr.
-
Dominik Charousset authored
-
Joseph Noir authored
-
Joseph Noir authored
Conflicts: src/opencl/command_dispatcher.cpp
-
- 30 Apr, 2013 1 commit
-
-
Dominik Charousset authored
this patch fixes several bugs that are related to the recently added support for priorities; it also refactors the remote actors unit test and improves logging
-
- 29 Apr, 2013 2 commits
-
-
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
-
Joseph Noir authored
Since OpenCL provides a way to find the number of available platforms, the command dispatcher now uses it.
-
- 19 Apr, 2013 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
this patch removes the functions `sync_enqueue` and `chained_sync_enqueue`; instead, `enqueue` takes a message header that denotes wheter the message is synchronous or asynchronous (this patch also prepares libcppa for the addition of message routing and priorities)
-
Joseph Noir authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 17 Apr, 2013 1 commit
-
-
Joseph Noir authored
-
- 16 Apr, 2013 4 commits
-
-
Dominik Charousset authored
removed unnecessary moves and enforced coding conventions
-
Dominik Charousset authored
OpenCL interface now uses vectors with a maximum size of 3, because the dimensions settings of OpenCL assume a one, two, or three dimensional space
-
Dominik Charousset authored
-
Dominik Charousset authored
{apply_args => call}.hpp, added new function: `call_mv` (calls a function and moves all arguments), and documented spawn_cl function family
-
- 11 Apr, 2013 2 commits
-
-
Dominik Charousset authored
-
Joseph Noir authored
From const any_tuple& to any_tunple
-