Skip to content

Commit

Permalink
argsort: add a space at the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
qnixsynapse committed Feb 1, 2025
1 parent 414e60e commit 9c894d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ggml/src/ggml-sycl/argsort.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -125,4 +125,4 @@ void ggml_sycl_argsort(ggml_backend_sycl_context & ctx, ggml_tensor * dst) {
GGML_SYCL_DEBUG("call %s\n", __func__);
ggml_sycl_op_argsort(ctx, dst);
GGML_SYCL_DEBUG("call %s done\n", __func__);
}
}

0 comments on commit 9c894d4

Please sign in to comment.