Whitespace
This commit is contained in:
parent
b5f795f326
commit
e256bfdfff
1 changed files with 2 additions and 2 deletions
|
@ -2229,9 +2229,9 @@ static bool ggml_metal_graph_compute(
|
||||||
[encoder endEncoding];
|
[encoder endEncoding];
|
||||||
|
|
||||||
[command_buffer commit];
|
[command_buffer commit];
|
||||||
|
|
||||||
[command_buffer waitUntilCompleted];
|
[command_buffer waitUntilCompleted];
|
||||||
|
|
||||||
MTLCommandBufferStatus status = [command_buffer status];
|
MTLCommandBufferStatus status = [command_buffer status];
|
||||||
if (status != MTLCommandBufferStatusCompleted) {
|
if (status != MTLCommandBufferStatusCompleted) {
|
||||||
all_buffers_succeeded = false;
|
all_buffers_succeeded = false;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue