Skip to content

Commit afb6f45

Browse files
committed
fix
1 parent ce79ded commit afb6f45

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ggml/src/ggml-sycl/ggml-sycl.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1777,6 +1777,7 @@ static void argsort_f32_i32_sycl(const float *x, int *dst, const int ncols,
17771777

17781778
// Ensure all kernels finish execution before proceeding further
17791779
stream->wait();
1780+
}
17801781

17811782
static void argmax_f32_i32_sycl(const float *x, int *dst, const int ncols,
17821783
const int nrows, queue_ptr stream) {

0 commit comments

Comments
 (0)