We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 30cc26f commit ac2b7fcCopy full SHA for ac2b7fc
src/CUDAKernels.jl
@@ -212,7 +212,7 @@ end
212
return (; x = Int(blockDim().x * gridDim().x), y = Int(blockDim().y * gridDim().y), z = Int(lockDim().z * gridDim().z))
213
end
214
215
-@device_override @inline function KI.__validindex(ctx)
+@device_override @inline function KA.__validindex(ctx)
216
if KA.__dynamic_checkbounds(ctx)
217
I = @inbounds KA.expand(KA.__iterspace(ctx), blockIdx().x, threadIdx().x)
218
return I in KA.__ndrange(ctx)
0 commit comments