We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414e60e commit 9c894d4Copy full SHA for 9c894d4
ggml/src/ggml-sycl/argsort.cpp
@@ -125,4 +125,4 @@ void ggml_sycl_argsort(ggml_backend_sycl_context & ctx, ggml_tensor * dst) {
125
GGML_SYCL_DEBUG("call %s\n", __func__);
126
ggml_sycl_op_argsort(ctx, dst);
127
GGML_SYCL_DEBUG("call %s done\n", __func__);
128
-}
+}
0 commit comments