File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626@inline __dynamic_checkbounds (:: CompilerMetadata{NDRange, CB} ) where {NDRange, CB} = CB <: DynamicCheck
2727@inline __ndrange (:: CompilerMetadata{NDRange} ) where {NDRange <: StaticSize } = CartesianIndices (get (NDRange))
2828@inline __ndrange (cm:: CompilerMetadata{NDRange} ) where {NDRange <: DynamicSize } = cm. ndrange
29- @inline __workitems_iterspace (ctx) = workitems (__iterspace (ctx))
29+ @inline __workitems_iterspace (ctx:: CompilerMetadata ) = workitems (__iterspace (ctx))
3030
31- @inline groupsize (ctx) = __groupsize (ctx)
32- @inline ndrange (ctx) = __ndrange (ctx)
33- @inline Base. ndims (ctx) = ndims (__iterspace (ctx))
31+ @inline groupsize (ctx:: CompilerMetadata ) = __groupsize (ctx)
32+ @inline ndrange (ctx:: CompilerMetadata ) = __ndrange (ctx)
33+ @inline Base. ndims (ctx:: CompilerMetadata ) = ndims (__iterspace (ctx))
You can’t perform that action at this time.
0 commit comments