Commit 6a300e5a authored by Andrey Filippov's avatar Andrey Filippov
Browse files

updated gpu kernels - adding comments

parent 0182bb3c
Loading
Loading
Loading
Loading
+561 −231

File changed.

Preview size limit exceeded, changes collapsed.

+0 −1
Original line number Diff line number Diff line
@@ -131,7 +131,6 @@ extern "C" __global__ void calc_rot_deriv(
		struct corr_vector * gpu_correction_vector,
		trot_deriv   * gpu_rot_deriv)
{
//	__shared__ float zoom;
	__shared__ float sincos  [4][2];    // {az,tilt,roll, d_az, d_tilt, d_roll, d_az}{cos,sin}
	__shared__ float matrices[5 + 7 +4][3][3];
	float angle;
+2 −2

File changed.

Contains only whitespace changes.