Skip to content

Commit 05be1ad

Browse files
committed
fix version check
1 parent 7348998 commit 05be1ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/state.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ function global_queue(dev::MTLDevice)
7373
queue_descriptor.logState = log_state
7474
MTLCommandQueue(dev, queue_descriptor)
7575
else
76-
MTLCommandQueue(dev, queue_descriptor)
76+
MTLCommandQueue(dev)
7777
end
7878
queue.label = "global_queue($(current_task()))"
7979
global_queues[queue] = nothing

0 commit comments

Comments
 (0)