Skip to content

Commit

Permalink
Add TODO, pass in (Nq, Nh)
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Jul 18, 2023
1 parent 0a0b3fa commit b15fe7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Operators/finitedifference.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3475,7 +3475,7 @@ function copyto_stencil_kernel!(out, bc, space, bds)
bid = blockIdx().x
nthreads = blockDim().x # # of threads per block
gid = tid + (bid - 1) * nthreads

#TODO pass in (Nq, Nh)!
Nq = 1
Nh = 1
space = axes(out)
Expand Down

0 comments on commit b15fe7d

Please sign in to comment.