/**
A simple test class for the JOCL library. Compiles a few kernels and runs them
*/
public class JOCLTest implements Runnable
{
// A kernel that adds two lists of number together and...