Util 0.0.3 KernelLauncher sets only x and y of gridSize

I created my own function which creates a new dim3 object with all necessary dimensions regarding the length of an input array and now i see:

public KernelLauncher setGridSize(int x, int y)

In Cuda 2.0, Grid Dimension can be 3 dimensional.

It would be usefull if the createCubin method would also be public!

I know, the KernelLauncher will have to be updated to allow 3D grids. And by the way, it will also be modified to prefer CUBIN files. The update is partially done, but not yet uploaded. There are many other tasks in the queue.