- 31 Jan, 2014 1 commit
-
-
Joseph Noir authored
preparation for asynchronous copy operations to device
-
- 30 Jan, 2014 1 commit
-
-
Joseph Noir authored
rotate buffer, instead of multiple function calls
-
- 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.
-
- 17 Dec, 2013 2 commits
-
-
Joseph Noir authored
removed build log from program, since it is printed by the callback
-
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
-
- 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.
-
- 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 3 commits
-
-
Joseph Noir authored
-
Joseph Noir authored
Only error is written to logfile, build log is written to cerr.
-
Dominik Charousset authored
-