__global__ 数组大小问题

global void add()
{
unsigned int a[256][210000];
}

这么大的数组行吗?