- 25 Jul, 2014 6 commits
-
-
Marian Triebe authored
-
Marian Triebe authored
which was known as cppa/opencl.hpp
-
Marian Triebe authored
-
Marian Triebe authored
-
Marian Triebe authored
-
Marian Triebe authored
-
- 03 Jun, 2014 1 commit
-
-
Marian Triebe authored
-
- 20 May, 2014 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 09 May, 2014 2 commits
-
-
-
Marian Triebe authored
-
- 08 May, 2014 1 commit
-
-
Joseph Noir authored
-
- 02 May, 2014 1 commit
-
-
Marian Triebe authored
-
- 21 Mar, 2014 1 commit
-
-
Dominik Charousset authored
-
- 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 3 commits
-
-
Joseph Noir authored
-
Joseph Noir authored
-
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
-