Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved utilities to util package. | Michael Bien | 2010-03-08 | 1 | -0/+2 |
| | | | | several smaller improvements and doc fixes. | ||||
* | improved CLProgramBuilder and implemented propper configuration loading. | Michael Bien | 2010-02-26 | 1 | -4/+15 |
| | |||||
* | implemented Serialization for CLProgramBuilder. | Michael Bien | 2010-02-26 | 1 | -7/+33 |
| | | | | | | CLProgram.getBinaries() is now ordered. updated junit to 4.8.1. javadoc fixes. | ||||
* | introduced CLBuildConfiguration and CLProgramConfiguration interfaces for ↵ | Michael Bien | 2010-02-25 | 1 | -2/+1 |
| | | | | CLProgramBuilder. | ||||
* | initial import of CLProgramBuilder. | Michael Bien | 2010-02-24 | 1 | -1/+39 |
| | |||||
* | added a few tests for event profiling and enums. | Michael Bien | 2010-02-13 | 1 | -1/+13 |
| | | | | fixed bug in LocalMemType and Mem enum valueOf(int foo) methods. | ||||
* | splitted CLImageFormat into CLImageFormat and (generated) CLImageFormatImpl. | Michael Bien | 2010-01-29 | 1 | -9/+11 |
| | | | | | refactored CLProgram kernel creation code. updated tests. | ||||
* | switched from enum to poji as storage for common compiler options. | Michael Bien | 2010-01-22 | 1 | -2/+3 |
| | |||||
* | dynamic dispatch via CLProcAddressTable for OpenCL extensions. | Michael Bien | 2010-01-22 | 1 | -3/+45 |
| | | | | made CLProgram failsafe, updated tests. | ||||
* | seperated CLProgram specific tests into CLProgramTest. | Michael Bien | 2010-01-20 | 1 | -0/+91 |
implemented create-program-from-binaries functionality. javadoc fixes. |