Fix bug in test_wrappers when ctx devices belong to diff. platforms |
|
More...
|
over 10 years ago
|
Context module: add constructors for CPU, GPU, Accel, any |
|
More...
|
over 10 years ago
|
Add program wrapper _new and new_with_source constructors |
|
More...
|
over 10 years ago
|
Context module: add missing error check |
|
More...
|
over 10 years ago
|
Add reminder comment in context new_from_menu |
|
More...
|
over 10 years ago
|
Increase cl_context ref count in cl4_context_new_from_clcontext because cl_context is created outside of the context wrapper, thus it should be destroyed outside of the context wrapper. |
|
More...
|
over 10 years ago
|
Fix leaks when creating context and device not found |
|
More...
|
over 10 years ago
|
Compiles with all versions of OpenCL |
|
More...
|
over 10 years ago
|
Include OpenCL headers 1.0, 1.1, 1.2, 2.0 |
|
More...
|
over 10 years ago
|
Add minimal kernel and program wrappers |
|
More...
|
over 10 years ago
|
Add minimal event wrapper |
|
More...
|
over 10 years ago
|
Add minimal command queue wrapper |
|
More...
|
over 10 years ago
|
Fix bug when freeing wrapper super class |
|
More...
|
over 10 years ago
|
Push all wrappers common code to new CL4Wrapper object |
|
More...
|
over 10 years ago
|
Info module handles all CL object queries generically |
|
More...
|
over 10 years ago
|
Refactor clGetInfo: all wrappers use a common macro |
|
More...
|
over 10 years ago
|
Move info functions to own module |
|
More...
|
over 10 years ago
|
Documentation/comments improvement |
|
More...
|
over 10 years ago
|
Fully comment devsel module and related wrappers test |
|
More...
|
over 10 years ago
|
Add tests for indep. and dep. platform filter, fix some bugs |
|
More...
|
over 10 years ago
|
Add indep. and dep. platform filter, not tested |
|
More...
|
over 10 years ago
|
Dev. sel.: rename single/multi filters to indep./dep. filters |
|
More...
|
over 10 years ago
|
Refactor devsel to allow for multi-device filters |
|
More...
|
over 10 years ago
|
Add test for cl4_context_new_from_clcontext |
|
More...
|
over 10 years ago
|
Context module: add _new_from_clcontext constructor |
|
More...
|
over 10 years ago
|
Add test for context info |
|
More...
|
over 10 years ago
|
Lazy init. of devices in context + common wrappers info approach |
|
More...
|
over 10 years ago
|
Small refactor in the way context wrapper is created |
|
More...
|
over 10 years ago
|
Context module: group common creation code (i.e. DRY) |
|
More...
|
over 10 years ago
|
Add ref count to context module + tests |
|
More...
|
over 10 years ago
|