Skip to content

Commit 0079d3a

Browse files
committed
uytf
1 parent 6cf080f commit 0079d3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/memory.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ end
106106
queue=use_metal4() ? global_queue4(dev) : global_queue(dev),
107107
async::Bool=false) where T
108108
if N > 0
109-
if queue isa MTL4CommandQueue
110-
@info "4"
109+
if queue isa MTL4CommandQueue
110+
@info "MTL4"
111111
cmdbuf = MTL4CommandBuffer(dev; queue) do cmdbuf
112112
MTL4ComputeCommandEncoder(cmdbuf, !async) do enc
113113
append_fillbuffer!(enc, dst.buffer, value, N * sizeof(T), dst.offset)

0 commit comments

Comments
 (0)