Skip to content

Commit 4e519c0

Browse files
Update ggml/src/ggml-sycl/flash-attn/flash-attn-sycl.cpp
Co-authored-by: Neo Zhang Jianyu <[email protected]>
1 parent a55217d commit 4e519c0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml-sycl/flash-attn/flash-attn-sycl.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,6 @@ void ggml_sycl_op_flash_attn(ggml_backend_sycl_context & ctx, ggml_tensor * dst)
7070
});
7171
}
7272

73-
stream->wait();
7473

7574
sycl::free(l_d, *stream);
7675
sycl::free(m_d, *stream);

0 commit comments

Comments
 (0)