summaryrefslogtreecommitdiffstats
path: root/test/com/mbien/opencl/TestUtils.java
Commit message (Collapse)AuthorAgeFilesLines
* 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.