Skip to content

Commit 93469a2

Browse files
committed
MetalExt: Fix accidental q character
1 parent 320795e commit 93469a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/MetalExt.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ Dagger.gpu_kernel_backend(proc::MtlArrayDeviceProc) = MetalBackend()
284284
# TODO: Switch devices
285285
Dagger.gpu_with_device(f, proc::MtlArrayDeviceProc) = f()
286286

287-
function Dagger.gpu_synchronize(proc::MtlArrayDeviceProc)q
287+
function Dagger.gpu_synchronize(proc::MtlArrayDeviceProc)
288288
with_context(proc) do
289289
Metal.synchronize()
290290
end

0 commit comments

Comments
 (0)