Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremyfelder committed Jan 22, 2024
1 parent 7015828 commit e41d84f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions icicle/appUtils/ntt/ntt.cu
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ namespace ntt {
arr[oij] = u + v;
arr[k] = tw * (u - v);
}


__syncthreads();
}
Expand Down

0 comments on commit e41d84f

Please sign in to comment.