Skip to content

Commit

Permalink
update interface for block transpose
Browse files Browse the repository at this point in the history
  • Loading branch information
jcosborn committed Sep 19, 2023
1 parent d827beb commit d1405a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/kernels/block_transpose.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ namespace quda
- V: spatial -> spin/color -> nVec
The transpose uses shared memory to avoid strided memory accesses.
*/
__device__ __host__ inline void operator()(int x_cb, int)
template <bool allthreads = false>
__device__ __host__ inline void operator()(int x_cb, int, bool active = true)
{
int parity_color = target::block_idx().z;
int color = parity_color % Arg::nColor;
Expand Down

0 comments on commit d1405a1

Please sign in to comment.