Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | initial version of parallel scan primitive. The implementation is work in ↵ | Michael Bien | 2011-09-21 | 1 | -7/+8 |
| | | | | | progress, final version will use a different kernel/algorithm. random float utility method for TestUtils | ||||
* | bugfix: [CLWork codepath] local WS must be null if all elements are 0. Using ↵ | Michael Bien | 2011-08-30 | 1 | -0/+19 |
| | | | | an empty buffer confuses the driver. | ||||
* | initial import of CLWork. Integrated in CLCommandQueue, added junit test. | Michael Bien | 2011-07-26 | 1 | -0/+36 |
| | |||||
* | CLKernel utility methods for setting vector arguments with up to 4 elements ↵ | Michael Bien | 2011-07-07 | 1 | -1/+73 |
| | | | | + test. | ||||
* | CLKernel short setters, setArgs(Object... values) for convenient initialization. | Michael Bien | 2011-06-19 | 1 | -2/+5 |
| | |||||
* | LLB refactoring. | Michael Bien | 2011-05-27 | 1 | -0/+2 |
| | | | | | | - split up CL into multiple sub interfaces - seperation is now feature wise - introdused llb package for low level classes | ||||
* | CLKernel code review. | Michael Bien | 2011-05-15 | 1 | -1/+18 |
| | | | | | - optimized create from name path - putArg should not increment the index if setting the argument fails - added putArg() test | ||||
* | minimal wgs requirement for kernelTest. | Michael Bien | 2011-02-13 | 1 | -15/+7 |
| | |||||
* | paper work: license and file headers. | Michael Bien | 2010-11-26 | 1 | -0/+28 |
| | |||||
* | enabled create-context and build-program callbacks using CL_CALLBACK calling ↵ | Michael Bien | 2010-07-06 | 1 | -1/+0 |
| | | | | convention. | ||||
* | moved calls to program.createCLKernels() into seperate test method. | Michael Bien | 2010-06-16 | 1 | -7/+33 |
| | | | | NV CL 1.1 devdriver has some issues in this area. | ||||
* | changes due to gluegen size_t fix. Switched back to PointerBuffer. 32bit ↵ | Michael Bien | 2010-05-31 | 1 | -2/+10 |
| | | | | systems are now supported again. | ||||
* | disabled callbacks temporary to be able to build on windows. | Michael Bien | 2010-05-12 | 1 | -0/+1 |
| | | | | fixed a few compiler warnings. | ||||
* | CLBuildListener functionality for high level bindings. | Michael Bien | 2010-05-02 | 1 | -3/+20 |
| | | | | | - uses low level BuildProgramCallback internally - updated tests, testing async builds | ||||
* | fixed CLProgramTest on AMD platform + GPU device. | Michael Bien | 2010-05-01 | 1 | -5/+12 |
| | |||||
* | fixed buffer-offset bug in CLKernel.getCompileWorkGroupSize, optimized ↵ | Michael Bien | 2010-04-16 | 1 | -1/+5 |
| | | | | buffer size on 32bit systems, enabled test. | ||||
* | code review: improved exception messages to be more verbose whenever possible. | Michael Bien | 2010-04-15 | 1 | -0/+28 |
| | | | | began with CLKernel testcase. | ||||
* | renamed package com.mbien.* in com.jogamp.* JOCL is now officially a JogAmp ↵ | Michael Bien | 2010-04-12 | 1 | -0/+224 |
team player ;). |