summaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/TestUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* refactored HighLevelBindingTest into seperate tests.Michael Bien2010-01-131-0/+23
| | | | added CLConcurrencyTest and fixed some bugs in CLEvent codepaths.
* refactored JOCLTest into LowLevelBindingTest and HighLevelBindingTest.Michael Bien2009-10-201-0/+29
moved listCLPlatforms() and getLowLevelBinding() from CLContext to CLPlatform. added method to create CLPrograms from InputStreams and updated test.