- 30 Apr, 2013 1 commit
-
-
Joseph Noir authored
naming of rows and columns was inverted
-
- 29 Apr, 2013 2 commits
-
-
Joseph Noir authored
-
Joseph Noir authored
Since OpenCL provides a way to find the number of available platforms, the command dispatcher now uses it.
-
- 25 Apr, 2013 1 commit
-
-
Joseph Noir authored
-
- 24 Apr, 2013 1 commit
-
-
Dominik Charousset authored
-
- 19 Apr, 2013 10 commits
-
-
Dominik Charousset authored
this patch fixes some issues with some clang versions
-
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
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 17 Apr, 2013 8 commits
-
-
Joseph Noir authored
-
Joseph Noir authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
all macros now consider the correct log level
-
Dominik Charousset authored
-
Joseph Noir authored
-
- 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 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-