- 18 Mar, 2014 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 13 Mar, 2014 1 commit
-
-
Dominik Charousset authored
-
- 12 Mar, 2014 1 commit
-
-
Neverlord authored
-
- 20 Feb, 2014 1 commit
-
-
Dominik Charousset authored
-
- 05 Feb, 2014 1 commit
-
-
Joseph Noir authored
Conflicts: configure cppa/opencl/actor_facade.hpp cppa/opencl/command.hpp
-
- 03 Feb, 2014 1 commit
-
-
Joseph Noir authored
-
- 31 Jan, 2014 1 commit
-
-
Joseph Noir authored
preparation for asynchronous copy operations to device
-
- 30 Jan, 2014 2 commits
-
-
Joseph Noir authored
rotate buffer, instead of multiple function calls
-
Dominik Charousset authored
-
- 28 Jan, 2014 1 commit
-
-
Dominik Charousset authored
-
- 24 Jan, 2014 2 commits
-
-
Joseph Noir authored
... and fixed bug in variable result size.
-
Joseph Noir authored
+ unit test in test_opencl
-
- 23 Jan, 2014 1 commit
-
-
Joseph Noir authored
Blocking calls result in undefined behavior.
-
- 07 Jan, 2014 1 commit
-
-
Dominik Charousset authored
-
- 17 Dec, 2013 3 commits
-
-
Joseph Noir authored
removed build log from program, since it is printed by the callback
-
Dominik Charousset authored
-
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.
-
- 02 Dec, 2013 1 commit
-
-
Joseph Noir authored
-
- 15 Nov, 2013 1 commit
-
-
Dominik Charousset authored
this commit is the first part of a revision of libcppa that removes the thread-local `self` pointer, `actor_ptr`, and `channel_ptr` to pave the way for fully type-safe actor programming; this first step splits the addressing of actors into an `actor` handle and an `actor_addr`: only the former can be used to send messages, whereas the latter can only be used to monitor or identify actors; next steps will add `typed_actor<>` handles that allow the compiler to type-check the message passing interface; the revision is work in progress and this commit does not compile
-
- 26 Oct, 2013 1 commit
-
-
Joseph Noir authored
-
- 16 Oct, 2013 1 commit
-
-
Joseph Noir authored
-
- 09 Oct, 2013 1 commit
-
-
Joseph Noir authored
-
- 29 Sep, 2013 1 commit
-
-
Joseph Noir authored
-
- 27 Sep, 2013 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
Conflicts: cppa/scheduled_actor.hpp
-
- 13 Sep, 2013 2 commits
-
-
Joseph Noir authored
-
Joseph Noir authored
-
- 11 Sep, 2013 1 commit
-
-
Joseph Noir authored
-
- 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.
-