summaryrefslogtreecommitdiffstats
path: root/src/com/mbien/opencl/CLException.java
Commit message (Expand)AuthorAgeFilesLines
* added remaining utility getters to CLDevice.Michael Bien2009-11-011-0/+3
* initial import of CLProgram. Updated JUnit Test accordingly.Michael Bien2009-10-191-0/+6
* fixed memory leak (native CL device) in junit test. Added load test. Added mo...Michael Bien2009-10-161-0/+36
* fixed clBuildProgram, finished VectorAdd unit test.Michael Bien2009-10-161-1/+1
* implemented clBuildProgram(...) and updated JUnit test.Michael Bien2009-10-141-1/+1
* cleaned up test output, removed some internal hardcoded fields from CLDevice.Michael Bien2009-10-121-3/+2
* started with high level abstraction.Michael Bien2009-09-301-0/+134