Skip to content

Commit d4c271b

Browse files
committed
Adapt
1 parent a8432ad commit d4c271b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CUDAKernels.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ end
226226
## shared and scratch memory
227227

228228
# @device_override @inline function KI.localmemory(::Type{T}, ::Val{Dims}, ::Val{Id}) where {T, Dims, Id}
229-
@device_override @inline function KI.localmemory(::Type{T}, ::Val{Dims}) where {T, Dims}
229+
@device_override @inline function KI.localmemory(::Type{T}, ::Val{Dims}, ::Val{Id}) where {T, Dims, Id}
230230
CuStaticSharedArray(T, Dims)
231231
end
232232

0 commit comments

Comments
 (0)