Refactoring

This commit is contained in:
André R. Brodtkorb
2018-11-01 15:17:13 +01:00
parent 064027fc0b
commit 2b899d1c80
10 changed files with 234 additions and 194 deletions

View File

@@ -159,8 +159,8 @@ __global__ void KP07Kernel(
//Reconstruct slopes along x and axis
minmodSlopeX(Q, Qx, theta_);
minmodSlopeY(Q, Qy, theta_);
minmodSlopeX<w, h, gc, vars>(Q, Qx, theta_);
minmodSlopeY<w, h, gc, vars>(Q, Qy, theta_);
__syncthreads();