- 16 Apr, 2013 6 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
the automatic invocation of self->exec_behavior_stack unfortunately breaks `sync_send(...).then(...).continue_with(...)`
-
Dominik Charousset authored
-
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
-
- 15 Apr, 2013 1 commit
-
-
Joseph Noir authored
The kernel source can now be passed to spawn_cl in form of a cppa::opencl::program. A test for this was added to test_opencl.
-
- 12 Apr, 2013 1 commit
-
-
Joseph Noir authored
Test spawn_cl with and without map functions.
-
- 11 Apr, 2013 7 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Joseph Noir authored
From const any_tuple& to any_tunple
-
Joseph Noir authored
-
Joseph Noir authored
a simple examples using vectors and a more complex one using a matrix class
-
Dominik Charousset authored
-
- 10 Apr, 2013 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 09 Apr, 2013 5 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 04 Apr, 2013 4 commits
-
-
Dominik Charousset authored
instead of requiring users to define CPPA_OPENCL, the library will throw an exception if compiled without OpenCL support
-
Dominik Charousset authored
Conflicts: cppa.files
-
Dominik Charousset authored
this patch adds the header `cppa/opencl.hpp` and provides the frontent function `spawn_cl` to spawn OpenCL-based actors
-
Joseph Noir authored
added create to actor_facade, constructor is now private
-
- 03 Apr, 2013 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 02 Apr, 2013 7 commits
-
-
Joseph Noir authored
-
Dominik Charousset authored
this patch allows actors to send a message to themselves in `init()`
-
Dominik Charousset authored
this patch removes spawn_in_group from the dining philosophers example to keep the example more focused and simple
-
Dominik Charousset authored
-
Dominik Charousset authored
this patch removes spawn_in_group from the dining philosophers example to keep the example more focused and simple
-
Dominik Charousset authored
-
Dominik Charousset authored
-