Skip to content

Commit e6054b8

Browse files
committed
Naming
1 parent 6eac924 commit e6054b8

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
@@ -136,7 +136,7 @@ end
136136

137137
KI.argconvert(::MetalBackend, arg) = mtlconvert(arg)
138138

139-
function KI.kifunction(::MetalBackend, f::F, tt::TT=Tuple{}; name=nothing, kwargs...) where {F,TT}
139+
function KI.gpufunction(::MetalBackend, f::F, tt::TT=Tuple{}; name=nothing, kwargs...) where {F,TT}
140140
kern = mtlfunction(f, tt; name, kwargs...)
141141
KI.Kernel{MetalBackend, typeof(kern)}(MetalBackend(), kern)
142142
end

0 commit comments

Comments
 (0)