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!