Added reducing form of CudaTensor.norm

i.e.
	x = torch.CudaTensor():rand(5,5)
	x:norm(2,1) -- 2-norm along 1st dimension
2 files changed