Skip to content

Commit ac2b7fc

Browse files
committed
Fix
1 parent 30cc26f commit ac2b7fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CUDAKernels.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ end
212212
return (; x = Int(blockDim().x * gridDim().x), y = Int(blockDim().y * gridDim().y), z = Int(lockDim().z * gridDim().z))
213213
end
214214

215-
@device_override @inline function KI.__validindex(ctx)
215+
@device_override @inline function KA.__validindex(ctx)
216216
if KA.__dynamic_checkbounds(ctx)
217217
I = @inbounds KA.expand(KA.__iterspace(ctx), blockIdx().x, threadIdx().x)
218218
return I in KA.__ndrange(ctx)

0 commit comments

Comments
 (0)