remove trailing whitespace
This commit is contained in:
parent
5e2ce24710
commit
2812b35ce4
1 changed files with 1 additions and 1 deletions
|
@ -5843,7 +5843,7 @@ static bool ggml_vk_build_graph(ggml_backend_vk_context * ctx, ggml_tensor * nod
|
||||||
|
|
||||||
// TODO probably it'd be better to pass a exit_node flag to ggml_vk_compute_forward
|
// TODO probably it'd be better to pass a exit_node flag to ggml_vk_compute_forward
|
||||||
if (last_node) {
|
if (last_node) {
|
||||||
compute_ctx->exit_tensor_idx = node_idx_begin;
|
compute_ctx->exit_tensor_idx = node_idx_begin;
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
compute_ctx->exit_tensor_idx = -1;
|
compute_ctx->exit_tensor_idx = -1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue