Skip to content

Commit 0ded049

Browse files
committed
Revert "Adapt"
This reverts commit d6b12f4.
1 parent f7db0e7 commit 0ded049

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/MetalKernels.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ end
200200

201201
## shared memory
202202

203-
@device_override @inline function KI.localmemory(::Type{T}, ::Val{Dims}, ::Val{Id}) where {T, Dims, Id}
203+
@device_override @inline function KI.localmemory(::Type{T}, ::Val{Dims}) where {T, Dims}
204204
ptr = Metal.emit_threadgroup_memory(T, Val(prod(Dims)))
205205
MtlDeviceArray(Dims, ptr)
206206
end

0 commit comments

Comments
 (0)